Hi all.
I am new to virtualdub and its scripting capabilities and here are my questions.
I have managed to add a logo to to an avi file without any problems using virtualdubmod. Once I did so, I saved the processing settings and got this vcf file:
I saved this vcf file as c:\logo.vcfCode:VirtualDub.RemoveInputStreams(); VirtualDub.video.DeleteComments(1); VirtualDub.video.AdjustChapters(1); VirtualDub.video.SetDepth(24,24); VirtualDub.video.SetMode(3); VirtualDub.video.SetFrameRate(0,1); VirtualDub.video.SetIVTC(0,0,-1,0); VirtualDub.video.SetCompression(); VirtualDub.video.filters.Clear(); VirtualDub.video.filters.Add("logo"); VirtualDub.video.filters.instance[0].Config("C:\\logo.bmp", 0, 0, "C:\\logo.bmp", 0, 1, 1, 19661);
So far so good.
What I want to do next is to automate the addition of a logo to many videos, so I wrote a batch file with one instance of a run to test and this is what it looks like.
Now the problem I get is that Virtualdub starts, but nothing happens.Code:c:\VirtualDubMod.exe /s"c:\logo.vcf" /p"c:\original.avi","c:\result.avi"
What am I doing wrong?
Thank you
+ Reply to Thread
Results 1 to 3 of 3
-
-
I'm not much use at these scripts, but can you not open one of the AVI files then 'File' > 'Load Processing Settings' and choose the .vcf file then 'File' > 'Job Control'?
Click 'Edit' and select the 'Process Directory' (where all the avi files are located) then select the 'Destination Directory' and 'Start'. -
Not sure. Maybe to run the job list.
c:\VirtualDubMod.exe /s"c:\logo.vcf" /p"c:\original.avi","c:\result.avi" /r
Similar Threads
-
Running 3 displays on 560Ti?
By mr-scarface in forum ComputerReplies: 0Last Post: 20th Oct 2011, 01:56 -
Old technology running on new equipment
By ranchhand in forum ComputerReplies: 6Last Post: 25th Sep 2011, 22:07 -
Backwards running
By Zenner in forum Newbie / General discussionsReplies: 2Last Post: 25th Jan 2011, 09:41 -
System Running Slow when running dvdshrink
By mn072065 in forum ComputerReplies: 7Last Post: 24th Mar 2009, 19:59 -
Cant maximize when running
By Perfik in forum SVCD2DVD & VOB2MPGReplies: 0Last Post: 25th Jun 2007, 07:40