I've been trying out one Sorenson Squeeze.
It has 3 compressions you can do.
Two of them are one pass and two pass.
What is 'pass'?
Is two pass better than one?
(I can't remember that other one.)
Thanks.
Jam
+ Reply to Thread
Results 1 to 4 of 4
-
-
It's the number of times the video is examined and compressed. One pass means the video is compressed at the same time the computer is examing the video. Two pass means it's analyzed then compressed on the second pass. This way the computer can examine the video, decide what how much compression to use on a given group of frames and compress accordingly to minimize artifacts.
Steve -
Originally Posted by Dr_Layne
The bad news, it takes approximately twice as long. -
Single pass constant bitrate uses, as its name implies, the same bitrate throughout the video. A static black sequence will take as many bits as a high detail, high motion sequence even though it doesn't need it. You know how big the file will be when the process is done because the file size is the bitrate times the running time.
Single pass variable bitrate (aka constant quality or quantization mode with some codecs) varies the bitrate to get the quality level you request for each frame. Dark static scenes require fewer bits, bright high action scenes require more. The final file will come out to whatever size is required to get that level of quality.
Two pass variable bitrate is useful when you want a file of a specific size, say 700 MB to fit on a CD, or 4 GB to fit on a DVD. During the first pass the codec determines how much relative bitrate each frame will take. Then in the second pass it apportions the bits to create the file size you want.
Similar Threads
-
Difference Between 1 pass & 2 pass encoding
By iqbal88 in forum Video ConversionReplies: 28Last Post: 29th Oct 2021, 05:19 -
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 -
Technical Query Re Reading of 1st pass stats during second pass xvid encode
By onesikgypo in forum Video ConversionReplies: 1Last Post: 13th Mar 2011, 06:59 -
1 pass and 2 pass bit rate query
By socrates in forum Blu-ray RippingReplies: 1Last Post: 26th Nov 2010, 15:18 -
Retrospectively check if One Pass or Two Pass Encoding was used?
By BenjaminBS in forum Video ConversionReplies: 4Last Post: 26th Nov 2009, 05:46