How long should I expect the following to take?
Just under 4hrs Microsoft DV AVI converted to mpeg 2 using TMPGEnc Plus 2.5(21.58.169)
2 pass vbr - min 0, max 8000, ave 4750. Mp2@160kbs.
No filters. Only masking the edges of the picture (15,15,10,10) .
PC specs - P4 3.2 HT 1 Gb ram, mobo ASUS P5P800.
TMPG has Hyper threading enabled. Showing as using 94-98% of CPU resources. No other programmes running.
Source and destination are seperate drives.
This is looking like taking 17hrs+ which seems a tad on the long side. Are there any particular settings I should be checking/changing to reduce encode time? If looking to build a new system, what setup would I be looking at to maximise encode speed (without breaking the bank)?
Thanks.
+ Reply to Thread
Results 1 to 5 of 5
-
-
-
If source is DV, then setting Motion search precision to motion estimate search (fast) should provide a substantial speed boost without compromising quality noticably. I would also recommend using AVISynth to mask the edges as it will be signifcantly quicker than TMPGEnc's internal routines.
Your script could be as simple as:
Code:AVISource("c:\path\to\yourfile.avi") crop(15,15,-10,-10) AddBorders(15,15,10,10)
If in doubt, Google it. -
Hi...
I have been using TMPGenc for a long time, but i wasnt satisfied with the quality, even if the setting for
HQ was set...And if I used the parameters for the highest quality the encoding time was VERY long...
So I searched for another soulution...and I came up with this one....
1 - DV file in avi1 format approx (25Mbit/s) using... WinDV
2 - editing or filtering in Virtualdub
3 - Save wave file (2ch 48kHZ)
4 - encode wave to DD2 (.ac3) using Quenc
5 - Frameserve with Avisynth
6 - Encode with HC encoder (using highest quality options)
7 - author the DVD with GUIforDVDauthor
Encoding time for video (2pass) 4h video approx 9h using P4 2.5GHz
Encoding time for audio approx 10 min
The final output is much better than TMPGenc and Im only using freeware
regards stars....
Similar Threads
-
Re-Encode Time using Ripbot264
By akinakin in forum Newbie / General discussionsReplies: 3Last Post: 2nd Sep 2011, 13:42 -
Adding timecode data to a VP8 video at encode-time
By ilya.lissoboi in forum ProgrammingReplies: 0Last Post: 29th Apr 2011, 05:43 -
Encode one Time for Ipod And PSP?
By ZenMystic in forum Video ConversionReplies: 1Last Post: 11th Apr 2011, 20:57 -
Ripbot Encode Time
By Rustsatz in forum Video ConversionReplies: 25Last Post: 24th Jan 2010, 21:56 -
Ripbot Encode Time
By Rustsatz in forum Blu-ray RippingReplies: 1Last Post: 3rd Jan 2010, 13:50