ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

Read mp4 DASH from server, decode 16 channel AAC and send to buffer

Open bossesand opened this issue 2 years ago β€’ 0 comments

I wonder if you could show how to use wasm of ffmpg avlib to decode 16 channels AAC to a wav buffer for reading by a backend written in javascript to translate the ambisonics 16 channels to binaural.

Other ffmpeg wasm versions i have seen cannot handle streams only completely downloaded files.

I have a website i would like to work on all platforms and not be limited by the local channel restricted AAC decoders.

Https://www.ohti.xyz/original.html

bossesand avatar Dec 27 '21 21:12 bossesand