Hi all,
Is it possible to process multiple avi files with Avisynth? I am now doing this with VirtualDub and the VirtualDub Batcher but I would like to try Avisynth.
If possible provide a script example.
Thanks in advance
+ Reply to Thread
Results 1 to 7 of 7
-
-
If you mean set up several jobs to run sequentially, I do this regularly. I create a separate avs file for each avi I want to encode, then I set up a bat file to use the command line feature of QuEnc to process the avs files, one after the other.
C:
CD Program Files\Quenc
Quenc -i "G:\Video\Video1.avs" -o "E:\Video1.mpg" -b 6395 -maxbitrate 9000 -dc 10 -priority 3 -2 -mpeg2mux -hq -vbr -noscene -notrell -cgop -interlaced -noextreme -gopsize 12 -maxbframes 2 -nocmatrix -aspectratio 4:3 -mpeg2mux dvd -audiocodec AC3 -audiobitrate 384 -bff -auto -close
Quenc -i "G:\Video\Video2.avs" -o "E:\Video2.mpg" -b 6395 -maxbitrate 9000 -dc 10 -priority 3 -2 -mpeg2mux -hq -vbr -noscene -notrell -cgop -interlaced -noextreme -gopsize 12 -maxbframes 2 -nocmatrix -aspectratio 4:3 -mpeg2mux dvd -audiocodec AC3 -audiobitrate 384 -bff -auto -close
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
By ''Process'' I mean filtering.
I'm afraid my batch would be of the amount of 50 to 100 clips weekly so I hoped for a much shorter script, one that wouldn't have to put all the filenames in, more like the following
-Hi AviSynth
-Go to that folder and get all videos
-Filter them
-Save them in the other folder.
-Goodbye AviSynth
I hope you get the picture?
Once I get the basic script I could then extend it by adding coffee-making commandslol
thx for replies -
Check this out (Click Here)
I've never used it, but it looks like it might do what you're asking for."Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
It looks exactly like what I have in mind
!!
Thanks for the info.
p.s: what about the coffee commands? -
Originally Posted by sp_key"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books
Similar Threads
-
How can I batch process AVI files and overwrite the originals? Please help!
By DrivesALot in forum Video ConversionReplies: 5Last Post: 21st Oct 2011, 20:59 -
Can I batch process some mp3's with Audacity to make them louder?
By snafubaby in forum AudioReplies: 2Last Post: 10th May 2011, 13:24 -
Delete Source Files after batch process has ended
By Metallo in forum Video ConversionReplies: 3Last Post: 24th Mar 2010, 18:10 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00 -
How to Batch Process With HCEnc
By freebird73717 in forum User guidesReplies: 13Last Post: 18th Jul 2007, 21:14