Anyone know a program out there that will allow me to dump an entire list of files into it for batch conversion. Programming settings for each individual file is so tedious especially if you have a ton of them.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Originally Posted by zanos
Sorry crystal ball on the blink!!!
What kind of conversion -
By no means am I an expert, but from my limited experience I would use Quenc. You'll need to install Avisynth as well to setup the AVS files. A few calls from the command line to Quenc and you'll have all the switches you want.
As for the AVS, I use:
DirectShowSource("filename.avi")
Converttoyv12()
Tip: use dir *.avi >> files.txt to create a text list of all the avi files in a path, then open it in Excel (fixed width text) and use basic formulas to create a DOS batch file.
Hope this helps. Both tools mentioned are available at https://www.videohelp.com/tools/ -
Similar Threads
-
Easy batch converting 1 and 2 channel files to surround?
By John T WIlliams in forum AudioReplies: 8Last Post: 30th Mar 2012, 13:16 -
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 -
DeVeDe - easy, batch capable video to DVD Linux/UN*X GUI
By danboid in forum LinuxReplies: 1Last Post: 23rd Oct 2008, 18:48 -
How To Batch Author Compliant DVDS - The Easy Way
By Dilemma in forum User guidesReplies: 12Last Post: 2nd Jan 2008, 03:28 -
all in one converters
By JayLeo in forum Video ConversionReplies: 12Last Post: 3rd Sep 2007, 09:10