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.94k stars 956 forks source link

Correctness nitpick: H264 + AAC not muxed by WEBM #17

Open klaxa opened 6 years ago

klaxa commented 6 years ago

While not relevant to explain concepts, I think correctness should still be thought about. In the Transmuxing section the image depicts h264 + aac in a WEBM file. In reality this does not work as WEBM only supports VP8/VP9 and Vorbis/Opus. A container that can also mux H264 and AAC that is not MP4 would be MKV, which is also widely adopted.