View Single Post
Old 21st September 2008, 22:37   #47  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Quote:
Originally Posted by bratao View Post
Well, into my tests. The dirac at
>ffmpeg -i myfile.mp4 -b 1500000 -vcodec libdirac -strict -2 dirac_output.drc
Won by far the
>ffmpeg -i myfile.mp4 -b 1500000 -minrate 1500000 -maxrate 1500000 -bufsize 183k output.mp4
Well obviously, how do you expect x264 to do anything at such absurd restrictions? 183k VBV bufsize?! Are you insane?

Its not fair to have a test where you use totally different VBV restrictions for each of the encoders--you're not passing any at all to Dirac, nor are you verifying that Dirac's stream abides by the same restrictions you've passed to x264.

Surprise surprise, when you massively cripple x264 but don't cripple Dirac at all, Dirac looks better! Last I heard a Ford Focus can out-race a Ferrari if you lock the latter to first gear, too.
Dark Shikari is offline   Reply With Quote