Skip to content

Instantly share code, notes, and snippets.

@thekoushik
Created August 16, 2019 13:20
Show Gist options
  • Save thekoushik/936fc0a543a1b74551b6451238553964 to your computer and use it in GitHub Desktop.
Save thekoushik/936fc0a543a1b74551b6451238553964 to your computer and use it in GitHub Desktop.
ffmpeg tricks

Download and convert m3u8 file to mp4

ffmpeg -i "http://aa.com/a.m3u8" -c copy -bsf:a aac_adtstoasc "movie.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment