GyanD / codexffmpeg

Support for https://www.gyan.dev/ffmpeg
1.31k stars 102 forks source link

mpegh 3D audio #128

Closed mormegil6 closed 2 months ago

mormegil6 commented 2 months ago

Hi, I am wondering if it is possible to enable mpegh 3D audio in the ffmpeg builds? I mean mhas, mha1 and mhm1 codecs. I have seen the libraries by Ittiam, namely, libmpegh and libmpeghe:

I was able to compile ffmpeg with the plugin described in the second repository, so I can encode into those formats (although, I can't play them on any MPEG-H related software, such as MPEG-H Authoring Suite tools or Sony WalkMix Player). I am wondering though - maybe it can be integrated into "regular" ffmpeg, such as the ones you compile? (And maybe then it'll work, as I suspect the playback errors could come from my little experience in compiling ffmpeg..)

GyanD commented 2 months ago

My builds don't include out-of-tree modules, but MABS does. Try raising an issue there.