Is there a program that allows me to convert multiple smaal videos to DVD format with only a few clicks instead of doing them one by one.
Now I'm using different programs to create my DVD's but wiht none of them I can convert multiple files.
Thanks for your help!
+ Reply to Thread
Results 1 to 10 of 10
-
"I know that I'll do it," Zanardi told his interviewer. "I'm happy to be alive. Now my main goal is to walk again, and be able to carry my son Niccolo on my shoulder."
-
Originally Posted by Muiter
-
Originally Posted by Gideon25"I know that I'll do it," Zanardi told his interviewer. "I'm happy to be alive. Now my main goal is to walk again, and be able to carry my son Niccolo on my shoulder."
-
Using TMPGEnc batch, you will be using all of the same settings, etc. If you save your settings as a template, this template will be automatically selected as the default when you go to create a new batch encoding project. Honestly, if it takes you 30 seconds to set up each file I would be surprised.
If in doubt, Google it. -
Originally Posted by jimmalenko"I know that I'll do it," Zanardi told his interviewer. "I'm happy to be alive. Now my main goal is to walk again, and be able to carry my son Niccolo on my shoulder."
-
Originally Posted by jimmalenko"I know that I'll do it," Zanardi told his interviewer. "I'm happy to be alive. Now my main goal is to walk again, and be able to carry my son Niccolo on my shoulder."
-
you could always set up a DOS batch file and use commandline args to control TMPGEnc. You would need to save your project with generic names, such as audio and video input is "input.mpg" and your output file is "output.mpg".
I would use the following code for each movie:
Copy <inputfile> input.mpg
tmpgenc <template> /encode /close
copy output.mpg <movieno>.mpg
It will take a little while to set up but it will do what you want. I have VB set up and would write a For Loop to generate this batch file automatically.If in doubt, Google it.
Similar Threads
-
Deinterlace first or multiple times? Encoding source to multiple formats.
By greyfalcon in forum Video ConversionReplies: 1Last Post: 12th Apr 2011, 04:39 -
Tool to Convert Single File to Multiple Formats Simultaneously
By pabling19 in forum Video ConversionReplies: 1Last Post: 15th Mar 2011, 12:13 -
Hello, dose anybody know how to convert all formats videos to dvd to watch
By Aiv123 in forum Video ConversionReplies: 4Last Post: 16th Dec 2010, 21:05 -
How to Convert GETVIDZ videos to other formats
By guns1inger in forum Video ConversionReplies: 0Last Post: 10th May 2009, 01:32 -
Printing multiple DVD covers with one click - not 22 clicks
By bryankendall in forum Newbie / General discussionsReplies: 0Last Post: 22nd Feb 2009, 10:09