i finally got flask to work! thanks to you guys here but there is one final problem ; the filesize isnt the one i asked for! i ripped the devils advocate and gave a filesize of 700 megs but my final result is over 800 megs. how to solve this prob? thanks for all help!
flask file size
Collapse
X
-
The codec itself does not know anything about filesize, it only knows about bitrate, so you have to figure out which bitrate to use to reach the desired filesize.
The exception to this rule is xvid in the second pass, which acctually does know about filesize, but thats just because it has an inbuild bitrate calculator.Donate your idle CPU time for something usefull.
http://folding.stanford.edu/Comment
Comment