hey i just started using avidemux to encode dvds (thanks to the great guide here: https://forum.videohelp.com/viewtopic.php?t=242455) ...but i am making episodic dvds and i would love to use avidemux's command line so that i can batch it
...i was able to find this script (for this one you set all the options in avidemux and save the project and this simply loads an runs it):
im fine with tihs method ...but dont really care if its purly command line (in fact id prefer it that way)Code:foreach i (`ls *.proj | cut -d'.' -f1`) avidemux2 --load ${i}.proj --save ${i}.mpg --quit echo $i >> donelist.txt date >> donelist.txt end
but thats for tcsh and i have bash. is there anyone out there who can port this to bash? or is there anyone with a bash script for avidemux out there? (if you have one that isnt bash plz post it too ...if i have to port myself i wouldnt mind some options :-> )
thanks a ton guys
-nomad311
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Avidemux aspect ratio question [from newbie to Avidemux]
By ANOther1676 in forum EditingReplies: 1Last Post: 20th Jan 2012, 20:07 -
AviDemux batch script
By jakhazell in forum Newbie / General discussionsReplies: 5Last Post: 21st Aug 2011, 21:16 -
AviDemux - Script help?
By Cralis in forum Newbie / General discussionsReplies: 4Last Post: 7th Jun 2010, 13:00 -
Avidemux, script and MarkerA
By learn in forum EditingReplies: 0Last Post: 17th Feb 2010, 04:29 -
script to append numbered .avi sequence via AviDemux?
By MilesAhead in forum Video ConversionReplies: 2Last Post: 13th Jan 2010, 00:24