Closed ThreeDeeJay closed 2 years ago
Hi @ThreeDeeJay,
The issue you are facing is same as the one reported in the thread -
The solution is presented at : https://github.com/ittiam-systems/libmpegh/issues/1#issuecomment-1041358839
We have verified this at our end and the decoding happens fine for this stream with the above fix.
Thanks, Saketh
Ohh, my apologies. I wasn't aware it had been reported already. I'll give it a shot! 👍
I've been trying to decode mpeg-h_3d_audio_mhm1_sample.mp4 (original source) using the latest ia_mpeghd_testbench.exe like:
ia_mpeghd_testbench.exe -ifile:mpeg-h_3d_audio_mhm1_sample.mp4 -ofile:mpeg-h_3d_audio_mhm1_sample.wav -cicp:7
However, it hangs for a long time then outputs:
MediaInfo:
I also tried decoding a remuxing with an old ffmpeg build (since apparently it's been superseeded/removed) (listed support) and then decoding mpeg-h_3d_audio_mhm1_sample_REMUX.mp4, but with the same results. Other MPEG-H 3D files convert fine, so I'm not sure if this is an issue with the file or the decoder. In case it's the file, are there any test files like channel identification for MPEG-H 3D?