Skip to content

Instantly share code, notes, and snippets.

@Refalm
Created April 12, 2024 17:42
Show Gist options
  • Save Refalm/4f80632ce251fe527d65b2e4370d4e8c to your computer and use it in GitHub Desktop.
Save Refalm/4f80632ce251fe527d65b2e4370d4e8c to your computer and use it in GitHub Desktop.
ffmpeg playlist to mp4
ffmpeg.exe -i "https://www.example.com/playlist.m3u8" -c copy -bsf:a aac_adtstoasc "/tmp/output.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment