257 B
257 B
FFmpeg
Downloading online video with ffmpeg
- Get .mpd or .m3u8 file from webpage when loading media in network tab
- Download it using url (with wget, curl or in teh web browser)
- Use command
ffmpeg -i "[file].m3u8" -c copy [output].mp4