Josh5 / unmanic.plugin.normalise_aac

GNU General Public License v3.0
0 stars 0 forks source link

Support customizing ffmpeg params #1

Open GlenNicholls opened 6 months ago

GlenNicholls commented 6 months ago

I'd like to add support for defining my own ffmpeg parameters, similar to the Audio AAC Encoder. I am seeing this error with an MKV:

[aac @ 0x557e46b0d1c0] Unsupported channel layout "6 channels"

[aac @ 0x557e46b0d1c0] Qavg: nan

[aost#0:1/aac @ 0x557e46b0ce80] Error initializing output stream: Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height

Conversion failed!

I've fixed that with the Audio AAC Encoder by using the following:

-analyzeduration 2147483647 
-probesize 2147483647

But I'm unable to add those flags for this plugin.

GlenNicholls commented 6 months ago

I think https://github.com/HaveAGitGat/Tdarr_Plugins/issues/571 is related

ErikM1970 commented 4 months ago

Hello, checking in on this issue. It's been a couple of months since it was reported but seems untouched. Any news if this will get addressed any time soon? Practically all of my jobs are failing now due to this Unsupported channel layout "6 channels" error.