9 lines
257 B
Markdown
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`
|
|
|