Hello guys!
What's the difference between 2nd pass and two pass in h.264 encoders? Which one is the better? There are (at least) three main encoding options in many h.264 encoders: 1st pass 2nd pass and two pass. I know that 2nd pass and two pass are not the same.
Thank you for your reply!
+ Reply to Thread
Results 1 to 2 of 2
-
-
I'm surprised you weren't able to answer this by doing some simple search,...
encoders normally have:1. one pass encoding methods (average bitrate, constant quantizer, constant rate factor and similar)
2. n-pass encoding methods, which consist of two passes, a first pass which is normally done to collect a bunch of statistical data (possible, key frame positioning, some complexity measurement etc.) and following passes which use the data from the previous pass to archive a better rate control. If the used encoding method supports more than two passes, all passes will update the statistical data file. (for most encoders more than two passes are a waist of time)
Note that due to the nature of rate control only with n-pass encoding it is possible to in example archive a specific file size and at the same time try to optimize the quality.
so:
1st pass = the first pass of a n-pass encoding scheme
2nd pass = 2nd pass of a n-pass encoding scheme (requires that a first pass was run before, so that a statistical data file is present)
two pass = a special mode offered by most guis which will run the 1st and 2nd pass automatically one after another, so that the user does not have to start them manually.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Difference Between 1 pass & 2 pass encoding
By iqbal88 in forum Video ConversionReplies: 28Last Post: 29th Oct 2021, 05:19 -
HCgui 2nd pass problem
By ks47 in forum Video ConversionReplies: 0Last Post: 8th Aug 2013, 21:03 -
advantages of encoding vob/mpeg2 to h.264 using 3-pass instead of 2-pass
By codemaster in forum DVD RippingReplies: 8Last Post: 21st Sep 2011, 21:11 -
Vdub 2nd pass strange right stripe
By asassa in forum Newbie / General discussionsReplies: 6Last Post: 18th Aug 2010, 17:42 -
2nd pass encode fail
By john920 in forum Blu-ray RippingReplies: 19Last Post: 18th Mar 2010, 06:58