I have a bunch of AVI files with Japaneese on the left audio channel and English on the right. I want to keep just the English, which is done easily with VirtualDub.
But, since there is a whole bunch of files I would like to do this in a batch process (i.e. probably using command line tools). I can create an AviSynth script with does this for me, but how would I (batch-wise) put the AviSynth output in a new .avi file?
I also tried AVIMaster, which I could not get to remove only left or right. I tried to combine AviSynth and AVIMaster, since AVIMaster can output a new file, but AVIMaster could not read the AviSynth script.
Ideas???
What other command line AVI tools are there?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Problem with AVISynth is that unless you use the DSynth mod, you have to re-encode the video to.
Should be possible using mencoder with -ovc copy, say -oac mp3lame. Can't remember the command to control the audio channels off the top of my head though though.
Anyway, once you have it setup you can just use a for command to process all the avi's.
ffmpeg should also be able to do it.
Similar Threads
-
Batch hard encode multiple language srt to multiple videos
By clonius in forum SubtitleReplies: 4Last Post: 15th Jul 2010, 14:06 -
Convert DVD with choice of audio language and burned-in subtitle language
By theproof in forum DVD RippingReplies: 2Last Post: 24th Jun 2010, 17:34 -
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 -
Guide Needed for Authoring Multi Language DVD with multi language menus
By kemimich in forum Authoring (DVD)Replies: 2Last Post: 24th Dec 2008, 16:46 -
Authoring Multiple Language DVD with multiple language menu options
By kemimich in forum Authoring (DVD)Replies: 7Last Post: 8th Sep 2008, 16:29