Comando FFMPEG para convertir mp4 dual audio a hls (m3u8) dual audio / FFMPEG command to convert mp4 dual audio to hls (m3u8) dual audio

Job ID: 36262976

Budget: $15 – $25 USD

Español: Actualmente para convertir mp4 a hls estoy usando la siguiente línea de comando:
English: Currently to convert mp4 to hls I am using the following command line:

ffmpeg -i video1.mp4 -profile:v baseline -level 3.0 -s 854x480 -start_number 0 -hls_time 30 -hls_list_size 0 -f hls C:\ouput\video1_.m3u8

Español: Se requiere obtener como resultados video hls con archivo manifiesto m3u8 y las partes .ts con dual audio compatible con android/ios.

English: Required to output hls video with m3u8 manifest file and .ts parts with android/ios compatible dual audio.

Referencias / References:
https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8
https://pypi.org/project/dual-audio/
https://forum.videohelp.com/threads/393565-HLS-with-multiple-audio-streams
https://github.com/google/ExoPlayer/issues/73