pb with mencoder transcoding engine on ubuntu 16.04

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
atamariya
Posts: 146
Joined: Sun Aug 11, 2013 1:15 am

Re: pb with mencoder transcoding engine on ubuntu 16.04

Post 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";
User avatar
SubJunk
Lead Developer
Posts: 3806
Joined: Sun May 27, 2012 4:12 pm

Re: pb with mencoder transcoding engine on ubuntu 16.04

Post 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
Post Reply