How to download and transcode video and audio: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
(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>...")
 
Line 6: Line 6:
youtube-dl.exe -f mp4 https://www.youtube.com/<id>
youtube-dl.exe -f mp4 https://www.youtube.com/<id>


====Download youtube video in all formats====
====Download youtube video in all available formats====
youtube-dl.exe -all-formats https://www.youtube.com/<id>
youtube-dl.exe -all-formats https://www.youtube.com/<id>



Revision as of 07:55, 10 December 2015

<google>ENGELSK</google>

Download youtube video in .mp4 format

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

Download youtube video in all available 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