Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: jolar on September 16, 2016, 05:26:05 PM

Title: Missing tuning setting for x264/x265: "none"
Post by: jolar on September 16, 2016, 05:26:05 PM
I'm quite flabbergasted that the default "none" is missing from the tuning settings in the x264 and x265 encoders configuration. It's by far the most useful setting, hence it being the default... Surely it's an very simple detail to fix.
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: eumagga0x2a on September 16, 2016, 10:52:02 PM
You could build Avidemux yourself with the attached primitive patch.
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: andrewk8 on September 18, 2016, 08:58:44 PM
http://avidemux.org/smif/index.php/topic,16558.msg76320.html#msg76320 (http://avidemux.org/smif/index.php/topic,16558.msg76320.html#msg76320)
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: eumagga0x2a on September 18, 2016, 10:46:59 PM
An explanation whether the patch in http://avidemux.org/smif/index.php/topic,17158.msg77075.html#msg77075 (http://avidemux.org/smif/index.php/topic,17158.msg77075.html#msg77075) constitutes a valid approach would be highly appreciated. A real solution would display a translatable string "none" to the user, but pass a valid \0 value for tuning.
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: jolar on September 19, 2016, 02:54:24 AM
Note that the default/none setting is missing for the x264 encoder also.
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: eumagga0x2a on September 19, 2016, 09:29:46 AM
Quote from: jolar on September 19, 2016, 02:54:24 AM
Note that the default/none setting is missing for the x264 encoder also.

You didn't look into the patch, did you?  :(
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: jolar on September 25, 2016, 08:30:13 AM
Well, I'm an end user and trust those interested in coding to deal with that. But the discussions I've found has been solely about the x265 encoder, which is really strange since the x264 encoder have been used extensively for a long time. The default tuning and presets are basically essential for an effective and easy use of the encoder.
Title: Re: Missing tuning setting for x264/x265: "none"
Post by: eumagga0x2a on October 31, 2016, 09:24:15 PM
The fix (https://github.com/mean00/avidemux2/commit/830df503c3acdfcc274cb55b6faae569a7f0fd14) is in git master now.