POV-Ray : Newsgroups : povray.off-topic : Mencoder question : VirtualDub FTW! Server Time
7 Sep 2024 23:26:36 EDT (-0400)
  VirtualDub FTW!  
From: Invisible
Date: 17 Jun 2008 06:40:15
Message: <4857948f$1@news.povray.org>
> Muhuhuhuhu!
> 
> Create a file 'Foo.script' that contains the three lines
> 
>   VirtualDub.Open("Frame00000.png");
>   VirtualDub.video.SetTargetFrameRate(25,1);
>   VirtualDub.SaveAVI("Fern.avi");
> 
> Then execute "vdub.exe /i Foo.script" and your AVI file will be 
> constructed! (And I already know Virtual Dub works properly...)
> 
> From the ashes disaster grow the roses of success!

Hmm, actually that doesn't *quite* work correctly. The framerate is 
still wrong. However, if you change the middle line to the 
[undocumented] command

   VirtualDub.video.SetFrameRate2(25,1,1);

it works fine. Interesting...

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.