- downloads a video stream
- saves it as an mp4 file with your chosen filename
download file
| file | description |
|---|---|
| dl_v1.sh | download video from m3u8 file |
| merge_dl.sh | download video+audio from hls master playlist |
| download.sh | main ffmpeg download script |
util
| file | description |
|---|---|
| dl.sh | merge dl modular |
| info.sh | counting the lines of a m3u8 file |
| cleanup.sh | clean up files |
| extract_urls.sh | extract video url and audio url |
| validate.sh | check for missing file and ffmpeg installation |
| paths.sh | configuration file |
- compress videos using ffmpeg
compress file
| file | description |
|---|---|
| compress.sh | ffmpeg extreme video compression |