Re: pb with mencoder transcoding engine on ubuntu 16.04
Posted: Mon Dec 24, 2018 4:23 pm
The problem is in MEncoderVideo (line 1384). For quick fix, you can replace the line
with
Code: Select all
encodeSettings += ":preset=superfast,crf=" + x264CRF + ",g=250,i_qfactor=0.71,level=3.1,weightp=0,8x8dct=0,aq-strength=0,me_range=16";
Code: Select all
encodeSettings += ",preset=superfast,crf=" + x264CRF + ",g=250,i_qfactor=0.71,level=3.1,weightp=0,8x8dct=0,aq-strength=0,me_range=16";