VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Mar 2009
    Location
    United Kingdom
    Search Comp PM
    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:
    Code:
    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);
    I saved this vcf file as c:\logo.vcf
    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.
    Code:
    c:\VirtualDubMod.exe /s"c:\logo.vcf" /p"c:\original.avi","c:\result.avi"
    Now the problem I get is that Virtualdub starts, but nothing happens.

    What am I doing wrong?

    Thank you
    Quote Quote  
  2. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    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'.
    Quote Quote  
  3. Member
    Join Date
    Apr 2007
    Location
    Australia
    Search Comp PM
    Not sure. Maybe to run the job list.
    c:\VirtualDubMod.exe /s"c:\logo.vcf" /p"c:\original.avi","c:\result.avi" /r
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!