Page 1 of 1

Re: pb with mencoder transcoding engine on ubuntu 16.04

Posted: Mon Dec 24, 2018 4:23 pm
by atamariya
The problem is in MEncoderVideo (line 1384). For quick fix, you can replace the line

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";
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";

Re: pb with mencoder transcoding engine on ubuntu 16.04

Posted: Mon Dec 24, 2018 8:45 pm
by SubJunk
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