Skip to content

Instantly share code, notes, and snippets.

@sfilyh
Last active March 6, 2021 13:18
Show Gist options
  • Select an option

  • Save sfilyh/3c98858c03cffd66a4c16ed9bb72a59d to your computer and use it in GitHub Desktop.

Select an option

Save sfilyh/3c98858c03cffd66a4c16ed9bb72a59d to your computer and use it in GitHub Desktop.
ffmpeg 下载 m3u8视频
ffmpeg  -i "http://abc.com/file.m3u8" -vcodec copy -acodec copy -absf aac_adtstoasc  123456.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment