Closed TriVoxel closed 8 months ago
This bitstream contains a 5.1(side) mapped audio stream, which may be causing the issue since Aviator reencodes all audio tracks. FFmpeg libopus notoriously fails on 5.1(side) tracks. Have you tried setting the "Downmix to Stereo" option?
You should remap the 5.1(side) to 5.1 for libopus, and can be done with a simple channelmap filter:
-filter:a channelmap=FL-FL|FR-FR|FC-FC|LFE-LFE|SL-BL|SR-BR:5.1"
This bitstream contains a 5.1(side) mapped audio stream, which may be causing the issue since Aviator reencodes all audio tracks. FFmpeg libopus notoriously fails on 5.1(side) tracks. Have you tried setting the "Downmix to Stereo" option?
Sometimes this works, but it seldom does.
80e320ae6d1ab94c8718076fe3aa392edc2e2760
Description
HEVC/H.265 video files with audio being converted from Dolby TrueHD to Opus fails silently, and CPU usage doesn't even budge. If I select "copy audio", it works fine.
Steps to reproduce
Aviator does not tell user when the conversion fails, the loading bar just sits still. Aviator needs to turn off the loading bar and present a toast notification informing the user of an error, perhaps with a button to copy the error text to clipboard?! That would be cool!
Error logs