View Single Post
Old 6th October 2020, 15:04   #7  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@LigH: last time I checked ffmpeg doesn't support vhq and some other options. (iirc mbd is similar to vhq) -> I'll check that again just to be sure
So atm. I'm stuck with mencoder for xvid encoding.


Comparing https://www.ffmpeg.org/ffmpeg-codecs.html#libxvid and http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.txt mencoder clearly wins.
A few examples:
Code:
mencoder                         ffmpeg
vhq=<0-4>                      mbd=<simple,bits,rd>
qmin/qmin or I/P/B           qmin/qmax same for all (or just I ?)
quant_intra/inter_matrix   no custom matrix as far as I see
+ some more missing options in ffmpegs libxvid support.
=> It's a pain, but either I find a modified xvid_encraw or I'm stuck with mencoder.

Cu Selur

Last edited by Selur; 6th October 2020 at 15:40.
Selur is offline   Reply With Quote