Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phuongtailtranminh/e406fb67e423f350529152208d163780 to your computer and use it in GitHub Desktop.
Save phuongtailtranminh/e406fb67e423f350529152208d163780 to your computer and use it in GitHub Desktop.
Download m3u8 files and join with ffmpeg
ffmpeg -i http://embed.wistia.com/deliveries/blahBlahYadaYada.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
@CoryHawkless
Copy link

This is the way!
This method worked for me, i tried a few other tools and another github gist using the iframe method but none of those worked.
I got the m3u8 filename by checking the network tab in dev tools in Chrome, then simply ran this command on a linux machine and it worked.

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