Dear all,

I am using the following command to generate dash content from a file:


ffmpeg -i video.mp4 –r 25 -c:v libx264 -c:a aac -b:a 128k -ac 1 -ar 44100 -map 
v:0 -b:v:0 2M -map v:0 -b:v:1 145k -map v:0 -b:v:2 365k -map 0:a -f dash 
dash.mpd


But sometimes I have streams with audio and sometimes not. Is there anyway to 
make this command to not break if the video file does not contains audio?


A lot of thanks

P Please consider the environment before printing this e-mail.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to