How to download and transcode video and audio

From Yggenyk
Revision as of 07:54, 10 December 2015 by WikiSysop (talk | contribs) (Created page with "Category:Mediacenter Category:English pages <google>ENGELSK</google> ====Download youtube video in .mp4 format==== youtube-dl.exe -f mp4 https://www.youtube.com/<id>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<google>ENGELSK</google>

Download youtube video in .mp4 format

youtube-dl.exe -f mp4 https://www.youtube.com/<id>

Download youtube video in all formats

youtube-dl.exe -all-formats https://www.youtube.com/<id>

Extract .aac from downloaded YouTube video

ffmpeg\ffmpeg.exe -i <filename>.mp4 -vn -acodec copy <filename>.aac

Extract lossless flac from .mp4 video

ffmpeg\ffmpeg.exe -i <filename>.mp4 -vn -f flac -compression_level 8 <filename>.flac

  • -compression_level 8 doesnt give much compression, but it will be a bit smaller
  • -f flac is not nessesary, .flac as filename is enough


<google>ENGELSK</google>

id=siteTree