pb with mencoder transcoding engine on ubuntu 16.04
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: pb with mencoder transcoding engine on ubuntu 16.04
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";
Re: pb with mencoder transcoding engine on ubuntu 16.04
atamariya is right, and it will be fixed in the next version
the fix is already in GitHub so feel free to build that, or if you want I can build it for you, let me know
