kevinrvaz / m3u8-dl

A CLI program to download a video played using a m3u8 playlist. Download it here - https://pypi.org/project/m3u8dl/0.5.2/
MIT License
72 stars 20 forks source link

Add converting support to --convert such that it will convert the downloaded video to other popular video formats as well. #41

Closed kevinrvaz closed 3 years ago

kevinrvaz commented 4 years ago

Is your feature request related to a problem? Please describe. Addition of support to convert to other popular video formats will provide flexiblity to the user.

Describe the solution you'd like expected behaviour if user wants the video output to be of type mkv:-

The command should look like this after addition of --convert support m3u8-dl <url-of-playlist> -c mkv on running it should output a .mkv file.

if no file type is specified default to mp4

Additional Context You can refer to https://ffmpeg.org/general.html#Video-Codecs to see the formats and codecs supported by ffmpeg