[MPlayer-users] VCD's

Roberto Vanto roberto-vanto at tiscali.it
Wed Apr 23 17:49:44 CEST 2003


> However, the VCD's are 2 disk and I need to be able to determine the best
> bitrate to give 350Meg files.
 
Try tu use this perl script:

#!/usr/bin/perl -w
print"Insert the video size in bytes:";
$videosize=<STDIN>;
print"Insert the video length in seconds:";
$length=<STDIN>;
$videobitrate=($videosize*8)/($length*1000);
print"The best videobitrate for this video is:$videobitrate\n";

Also look the encoding-tips.txt file.
P.S. Sorry for my english :@)



More information about the MPlayer-users mailing list