leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.93k stars 956 forks source link

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

Open bossesand opened 2 years ago

bossesand commented 2 years ago

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