[FFmpeg-user] Ignore source stream error options

Gyan gyandoshi at gmail.com
Sun May 21 22:11:10 EEST 2017


On Mon, May 22, 2017 at 12:31 AM, James Carter <matrixebiz at gmail.com> wrote:

>
> ffmpeg -i "myvideo.mp4" -err_detect ignore_err -c:a aac -ar 48000 -ab 64k
> -s 720x480 -vcodec libx264 -hls_time 240 myvideo.m3u8
>
> but the -err_detect ignore_err switch doesn't seem to help that much
>

err_detect is an decoding option, so it goes before the input filename.

ffmpeg -err_detect ignore -i "myvideo.mp4"...


More information about the ffmpeg-user mailing list