M3U8 to TS with ffmpeg1 Attachment(s)
Hi,
Been reading the many forums on how to do this, but having no luck. This is my input: ffmpeg -i "/halal/111113_video_burkett_brooklynbandkilling6pm_web.m3 u8" -c copy test.tsThis is my error: https protocol not found, recompile with openssl or gnutls enabled.I've attached my M3U8 file. Ideas anyone?? Thank you! |
Re: M3U8 to TS with ffmpegHey Michael try that
Code:
ffmpeg -i "put here your .m3u8 url or local .m3u8 file" -c:v copy -c:a copy -f mpegts test.ts |
All times are GMT -6. The time now is 03:00 AM. |