jdlk
20th January 2009, 02:53
Many moons ago, when I first decided to investigate video compression, I spent many (happy?) weeks in this forum investigating Divx/Xvid. I have vague memories of losing my mind playing with complex custom matrices and becoming totally confused.
And in the end, I said "to hell with all that" and settled on a very simple set of parameters for a Mencoder batch file, which I've used ever since for the vast majority of my stuff (conversion of UK MPEG2 TV broadcasts), to my complete satisfaction:
-sws 9 -vf scale=624:352,harddup -ovc xvid -xvidencopts fixed_quant=3 max_bframes=1 packed -oac mp3lame -lameopts vbr=0 br=128
But I've decided that it's about time I looked into AVC (particularly as I have a Popcorn Hour on the way to me). And I'll admit it, this time I'm trying to be slightly lazy. I'm trying to avoid that three weeks of head-scratching.
Which leads to my question. Given my ASP settings above, can anyone suggest a few Mencoder parameters which will give me an x264 starting point with vaguely similar quality to the above settings?
I suppose my key question is how does the x264 crf setting scale against the fixed_quant Xvid setting? Or is that a silly/controversial question (I've been out of the loop for a while)?
And in the end, I said "to hell with all that" and settled on a very simple set of parameters for a Mencoder batch file, which I've used ever since for the vast majority of my stuff (conversion of UK MPEG2 TV broadcasts), to my complete satisfaction:
-sws 9 -vf scale=624:352,harddup -ovc xvid -xvidencopts fixed_quant=3 max_bframes=1 packed -oac mp3lame -lameopts vbr=0 br=128
But I've decided that it's about time I looked into AVC (particularly as I have a Popcorn Hour on the way to me). And I'll admit it, this time I'm trying to be slightly lazy. I'm trying to avoid that three weeks of head-scratching.
Which leads to my question. Given my ASP settings above, can anyone suggest a few Mencoder parameters which will give me an x264 starting point with vaguely similar quality to the above settings?
I suppose my key question is how does the x264 crf setting scale against the fixed_quant Xvid setting? Or is that a silly/controversial question (I've been out of the loop for a while)?