quasarstream / PHP-FFmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg
https://www.quasarstream.com/op/php/ffmpeg-streaming?u=php-ff
MIT License
514 stars 117 forks source link

How to insert multiple language audios in DASH? #91

Closed rotneto closed 3 years ago

rotneto commented 3 years ago

I read several examples here from the discussion and found this #21 which is perfect, but I would like to know if besides the subtitles of languages it is also possible to add more than one audio with different language?

With the software BENTO4 or MP4Box it is possible to add the audio and mark the MPD file in the AUDIO tag with LANG attribute. Is this possible with ffmpeg?

aminyazdanpanah commented 3 years ago

I do think FFmpeg supports this feature(You can find out FFmpeg DASH options here) but you can convert your audio file to fragmented mp4 files and add an AUDIO tag line to your manifest file(*.mpd).