2023-03-31, 00:00
I am wondering... Kodi uses FFMPEG, right? Do you know of any argument for ffmpeg command line that would allow one to have it bistream Atmos format untouched? Kodi does it, after all.
Thinking about using that for foobar2000's ffmpeg decoder wrapper plugin. It decodes Dolby TrueHD but just the multichannel portion, sending 8 PCM channels to an AVR through HDMI. Can't find a way to have it output the untouched stream.
Currently the plugin executes this:
ffmpeg.exe" -i "INPUTFILE" -map 0:0 -f w64 -acodec pcm_f32le -
Thinking about using that for foobar2000's ffmpeg decoder wrapper plugin. It decodes Dolby TrueHD but just the multichannel portion, sending 8 PCM channels to an AVR through HDMI. Can't find a way to have it output the untouched stream.
Currently the plugin executes this:
ffmpeg.exe" -i "INPUTFILE" -map 0:0 -f w64 -acodec pcm_f32le -