Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th May 2013, 21:55   #1  |  Link
zerowalker
Registered User
 
Join Date: Jul 2011
Posts: 1,121
Virtualdub - Save from List?

I wonder if itīs possible to make Virtualdub save from a list.
For example, i have many .avs (Avisynth) files. And i want to save them as Lagarith.

Now i currently have to open one, save it, open the next etc.
And itīs not ideal.

I wonder if itīs possible to just make a list and drag all the .avs files, and make it save them one at a time?

As i want to use the same settings for all of the files (Fast Recompress Lagarith) i think it should be possible.

And i donīt care for the names, they can be the same as the .avs files.


I know that Virtualdub seem to have some kind of Job control list thing, but i am not sure if itīs what i want, i canīt seem to work it out.

Thanks!
zerowalker is offline   Reply With Quote
Old 7th May 2013, 14:41   #2  |  Link
fvisagie
Registered User
 
Join Date: Aug 2008
Location: Isle of Man
Posts: 588
Quote:
Originally Posted by zerowalker View Post
i canīt seem to work it out.
One way is:

File > Queue batch operation (repeat for each file you want to process)
File > Job control

Cheers,
Francois
fvisagie is offline   Reply With Quote
Old 13th May 2013, 19:07   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,406
1st time I've tried this, and not much tested but seems to work OK.

VdBatch.bat
Code:
setlocal

REM VirtualDub Directory, No terminating Backslash, "." = current directory
  set VDDIR="C:\NON-INSTALL\VDUB\VDUB_PLAIN"


REM Where to Find VDUB with GUI
REM  set VD=%VDDIR%"\VirtualDub.exe"

REM Where to Find VDUB command line.
  set VD=%VDDIR%"\VDub.exe"


REM Where to Find VDUB Settings
  set VDS=%VDDIR%"\VD.vcf"


REM Where to get input files, No terminating Backslash, "." = current directory
  set INDIR=".\INPUT"


REM Where to place output file, No terminating Backslash.
  set OUTDIR=".\OUTPUT"

REM Execute Vdub using script, clear command queue, batch mode, source dir, dest dir, process queue, exit 
  %VD% /s %VDS% /c /b %INDIR% %OUTDIR% /r /x

Pause
Save your settings file to same directory as CURRENT version of VD (ie not VDMOD) as VD.vcf.

edit the above batch file for your system, location of vd.

choose a directory eg D:\Q\
create INPUT and OUTPUT directories in that directory.
copy source AVS clips into INPUT

execute D:\Q\VdBatch.bat file.

As implemented above, I've used Vdub.exe (command line) rather than VirtualDub.Exe (GUI), you can edit to switch to GUI if required.

See VD Help/contents/Advanced Operation/Commandline Operation/

Code:
   virtualdub /s mySettings.vcf /c /b source dest /r /x
which is what I've used.

EDIT: Above only for AVI, I'll try to get it working with AVS.


EDIT: OK, tried with AVS files, works fine, just dont put both AVS and source AVI files into INPUT as both would be encoded.
Both GUI and Command line version bring up the GUI, but command line version output a little info to the console window.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 14th May 2013 at 13:51.
StainlessS is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.