The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Create video using video builder

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
nithyahellar Posted - 03/24/2014 : 03:02:39 AM
Hi
I have origin 9 and i tried to create video using the video builder two weeks back and it was working fine. But unfortunately it is not working for past two days. I am able to create a new "avi file", add graph. But in the output file I cannot view any graph. The output file runs a blank avi file without the graph.
Please help me to solve this problem.

With thanks and regards
Nithya
5   L A T E S T    R E P L I E S    (Newest First)
lkb0221 Posted - 03/27/2014 : 09:25:37 AM
Hi,

So the problem only exists for 3D graphs?
Maybe it's OpenGL version related?

Zheng
OriginLab
nithyahellar Posted - 03/26/2014 : 10:22:15 PM
Hi
Thanks for your reply.
I am also not sure about the problem.
But i tried to create video with 2D contour graph. It is working.
Thanks for your support

With thanks and regards
Nithya
lkb0221 Posted - 03/25/2014 : 09:26:07 AM
Hi,

I don't know why your video ends up all blank.
I tested in Origin 9.0 SR2 by "Mt St Helens" graph as well. The following is my test script, which creates a 10 frames static graph video.
//
int err = vw.Create(d:\example.avi);
if (err == 0)
{
vw.WriteGraph(Graph1,10); // Graph1 is the target graph short name.
}
vw.Release();
//

Zheng
OriginLab
nithyahellar Posted - 03/24/2014 : 10:45:47 PM
Hi
Thanks for the reply
I have attached the video file generated when I tried to use video builder in origin 9. I used "Mt St Helens - Before and After Eruption" origin file downloaded from the tutorial to create video

http://www.originlab.com/ftp/forum_and_kbase/Images/video2.zip

Kindly help me to rectify this problem
Thanks
With regards
Nithya
lkb0221 Posted - 03/24/2014 : 09:38:00 AM
Hi,

Can you provide some more detailed information about your case?
Or maybe you can send the file to us and let's see what's happening.

Please see the following web page for how to create video by LabTalk:
http://www.originlab.com/doc/LabTalk/ref/Vw-obj

Zheng
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000