Knowledge/Tools/Ffmpeg/README.md
2024-09-19 20:17:24 +02:00

9 lines
257 B
Markdown

# 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`