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

From Yggenyk
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:
<google>ENGELSK</google>
<google>ENGELSK</google>


====Download youtube video in .mp4 format====
====Show all YouTube video's available formats====
youtube-dl.exe -all-formats https://www.youtube.com/<id>
 
====Download YouTube video in .mp4 format====
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 available 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>



Latest revision as of 07:56, 10 December 2015

<google>ENGELSK</google>

Show all YouTube video's available formats

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

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