Skip to content

Instantly share code, notes, and snippets.

@lemajes
Created March 17, 2023 10:22
Show Gist options
  • Save lemajes/3856b8cffc0bbf8e526e27583eb3c009 to your computer and use it in GitHub Desktop.
Save lemajes/3856b8cffc0bbf8e526e27583eb3c009 to your computer and use it in GitHub Desktop.
[FFMPEG 101] FFMPEG 101 #ffmpeg #101 #download #blob
  • Download blob files (get url ending with .m3u8 and also get CDN token for authentication)

ffmpeg -i 'https://xxxx.xxxx.xxx/master.m3u8?this_named_token=xxxxx' -vcodec copy -c copy -crf 50 file.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment