Jellyfin Forum
Transcode Audio to AC3 instead of AAC - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Transcode Audio to AC3 instead of AAC (/t-transcode-audio-to-ac3-instead-of-aac)



Transcode Audio to AC3 instead of AAC - kraM1t - 2023-06-21

Hi, I have a Sony HTIAB, it only supports PCM, Dolby Digital (AC3) and Dolby Digital Plus (EAC3). I sometimes have files with only DTS or TrueHD audio, the problem is Jellyfin FFMPEG only transcodes the audio to AAC which is unsupported and causes VERY low audio volume playback vs if I pre-transcode it to AC3 myself. Of course that's very time consuming, transcoding then remuxing. Is there any way I can tell JF-FFMPEG to transcode to AAC instead? I dug around all of the Jellyfin installation directory/%appdata% but can't find any FFMPEG folder or config files to set the default transcode formats.

Thanks

::Edit::

ffmpeg -i input.mkv -vcodec copy -acodec ac3 out.mkv

I'm looking to alter the part of JF that instructs FFMPEG like this ^


RE: Transcode Audio to AC3 instead of AAC - zackoid - 2023-06-22

The client would have to implement that, and to my knowledge none of them do currently.  It would not be an unreasonable feature request for the TV-focused clients.

That said, if the only problem is quietness, it sounds like the standard downmixing problems.  Play with the audio settings on your client, and also in the (web client) admin dashboard->playback, try increasing the Audio boost when downmixing setting.


RE: Transcode Audio to AC3 instead of AAC - kraM1t - 2023-06-22

Ugh that's a shame. It's not actually down mixing, I still retain 5.1 channels, it's just my Sony receiver not supporting it properly. I've tried every setting I can find in client, Web, Reciever and TV. It's a weird one because the tv supports AAC, so calls for it, but receiver is further down the chain and doesn't support. Thanks