Hi,
Ive recently began using xvid_encraw as a command line alternative to gknot for encoding my mpeg2 to avi - i have done so with quite good success, however issues arise in attempting to get it to achieve a target size.
Though i use the -size flag int he second pass encode, it is generally not accruate as gordian know usually does. I then decided to compare the mediainfo for the video output(no audio) of the xvid_encraw and the gordian knot one - and apart from the bitrate which si different, the only difference i could see which would affect that was listed under video as "Stream size" and "Bits/(Pixel*frame)"
On the XviD_Encraw it was:
Whilst the one done by goridan knot via vdubmod was:Code:Bits/(Pixel*Frame) : 0.173 Stream size : 16.3 MiB (99%)
Code:Bits/(Pixel*Frame) : 0.188 Stream size : 17.7 MiB (99%)
I used the same AVS for both encodes.
I anyone could provide any assistance, it would be greatly appreciated.
Thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Originally Posted by onesikgypo
Slainte
middersVolunteer for https://www.computersforkids.org.uk/ -
Stream size, and bits per pixel per frame are simply derivatives of the bitrate:
bits per pixel per frame = bitrate / fps / width / height
stream size = bitrate * running time
So obviously, different bitrates will result in difference in those measurements.
Compare things like number of consecutive B frames, min and max quantizers, GOP size, Motion Search Precision, Adaptive Quantization, etc. Those settings can cause and xvid encoder to miss the requested bitrate.
Similar Threads
-
Avidemux Target Size Problems
By FrozenInferno in forum Video ConversionReplies: 10Last Post: 2nd Apr 2011, 14:52 -
XVID4PSP and target file size issue,
By bugsboney in forum Video ConversionReplies: 4Last Post: 11th Nov 2009, 17:24 -
convertxtodvd target size problem.
By kuzutolga in forum Video ConversionReplies: 8Last Post: 2nd Nov 2009, 16:18 -
xvid target size problems
By Cowabunga in forum Video ConversionReplies: 13Last Post: 16th Jan 2009, 15:11 -
Did I achieve lossless encoding with xvid?
By Rauli in forum DVD RippingReplies: 5Last Post: 27th Jul 2007, 21:44