Skip to content

Instantly share code, notes, and snippets.

View devasheeshG's full-sized avatar
🚢
Shipping

Devasheesh Mishra devasheeshG

🚢
Shipping
View GitHub Profile
@devasheeshG
devasheeshG / ffmpeg_compile_m3u8_playlist_to_mp4
Last active February 18, 2024 15:22
merge a .m3u8 playlist file to a .mp4 video with support of encrypted .ts files using ,enc key in .m3u8 file. Mainly used when compiling downoaded lectures.
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i master_720.m3u8 -c copy out.mp4