[FFmpeg-user] Ignore source stream error options

James Carter matrixebiz at gmail.com
Sun May 21 22:22:51 EEST 2017


Hello, I have tried it there as well. Any other suggestions? Thank you

On Sun, May 21, 2017 at 3:11 PM, Gyan <gyandoshi at gmail.com> wrote:

> 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"...
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list