2025-01-03, 11:10 PM
Okay, so it's maybe not a workaround for everything, but I wonder why 7.1 audio just doesn't seem to work and won't transcode. When encoding, you can use the audio filter aformat to indicate a variety of channel layouts, which resolves issues with 7.1 audio causing errors.
Is this a feasible solution to add into jellyfin-ffmpeg to resolve the issue as well? I'm not sure what the channel_layout indicator is for mono, but I would assume it's likely "mono" which should cover nearly all use cases.
Code:
-filter:a aformat=channel_layouts="7.1|5.1|stereo"
Is this a feasible solution to add into jellyfin-ffmpeg to resolve the issue as well? I'm not sure what the channel_layout indicator is for mono, but I would assume it's likely "mono" which should cover nearly all use cases.
Jellyfin 10.10.3 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage