Summaries/Overig/Linux/youtube_dl.md

612 B

title updated created
youtube_dl 2021-05-04 14:58:11Z 2021-05-04 14:58:11Z

youtube_dl

Get all possible available formats

youtube-dl -F  'https:// .....'

Download movie in specified quality

youtube-dl -f <int> 'https://......'

If problems with audio and video

youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 'http://....'

More info

ffmpeg -v 5 -y -i input.m4a -acodec libmp3lame -ac 2 -ab 192k output.mp3