Quote:
|
Originally Posted by rachitar
Also what is the best bitrate to encode,some videos are 2000 kbps,1700 kbps some are 800 kbps,which is the most reasonable bitrate.................................
|
Here's a good guide on using the "bits-per-pixel" method.
<Quote> As a rule of thumb, I usually calculate the "bits-per-pixel", that is you
calculate how many pixels are shown per second, e.g. for 640x480 at 25fps
it's 640*480*25 = 7680000 pixels per second. That you divide by the
bitrate. E.g. with 1000kbps, it's 1000000 bits per second, so you end up
with .13 bits per pixel which is a reasonable value.
Below 0.1 is often too low, above 0.2 is often not needed.
Many settings influence this, and the most important is the video
material that you try to encode.
E.g., if you have B-frames active, a somewhat lower number is acceptable
than without, and action material with explosions and fast motion etc.
should get more bits than e.g. a sitcom. <End Quote>
http://edu.bnhof.de/pipermail/xvid-d...ay/004262.html
Keith