I need to encode about a hundred or so AVI files via TMPGEnc.
My question is therefore this: is there an easy process to drag and drop all these files into TMPGEnc and let it encode ?
Currently, I've had 20 AVIs to encode, and here's what I did:
Using the Project Wizard, I
* click on Next,
* drag-n-drop one AVI file,
* Click Next several times
* Adjust "Expert Settings"
* Click Next some more
* Click "Create another project".
after repeating the above 20 or so times, my arm and wrist and everything started to seriously hurt.
I really hope there is an easier way, like set the settings once and drop all the AVIs in and let them encode. Is there one ?
Closed Thread
Results 1 to 6 of 6
-
-
Yes, you can set one job up in batch mode then use this to edit the batch job file for all the others (there is still typing to be done to change file names but I find it easier this way). Since you suggest that the setting will be same for all the files this should be the answer for you.
After you have set-up the first file and all the encoding settings, go to File -> BatchEncode -> Save List, when it asks for the filename enter one and in the 'Save as type' list select 'Batch encode list-text format' and save the file.
Now using a text editor you can edit the batch file.
The batch file will have a basic construct that look like this ..
Code:object TTMPGEncBatchEncodeList List = < item (encoder instructions..) end> end
So the edited file will look like this ..
Code:object TTMPGEncBatchEncodeList List = < item (encoder instructions for file 1..) end item (encoder instructions for file 2..) end item (encoder instructions for file 3..) end> end
You will need to change the video & audio source names for each 'item',
i.e. change the following for each 'item'..
Code:Video.SourceFileName = 'C:\myfile1.avi' Audio.SourceFileName = 'C:\myfile1.avi' Job.OutputFileName = 'C:\myfile1.mpg'
When you are ready to run the batch job just select 'File' -> 'Batch Encode' -> 'Open List' and load your edited file.
Now all going well, you can run the batch job.
-
I use the TMPGEnc Batch Encode, but most of the time, TMPGEnc automatically closes itself after first file encoding; that is, I expect it to encode all files in the batch encode list, but the program closes itself after it finishes encoding the first file in the list (or it sometimes closes itself after 2 or 3 files).
Does anyone know why?
Thanks a bunch
Tommy
-
Do not hijack posts. Start a new one.
https://www.videohelp.com/forum/viewtopic.php?p=1130704#1130704Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS
Similar Threads
-
Need To Batch Encode 78 MPEG2 Files
By hech54 in forum Video ConversionReplies: 7Last Post: 31st Dec 2010, 07:10 -
Good simple batch converter - recommendations please!
By plasticmonkey in forum Video ConversionReplies: 0Last Post: 6th Dec 2010, 07:11 -
Simple batch encode H.264
By silverwolf0 in forum Newbie / General discussionsReplies: 1Last Post: 13th Aug 2009, 12:32 -
How to batch encode with TMPGEnc
By BonnieW88 in forum Video ConversionReplies: 8Last Post: 20th Feb 2008, 20:52 -
Trying to write a simple batch script for VDubMod
By mob in forum Newbie / General discussionsReplies: 1Last Post: 17th Aug 2007, 19:39