On Mon, May 22, 2017 at 12:31 AM, James Carter <[email protected]> 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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
