Difference between revisions of "Download Youtube di Ubuntu 10.04"

From OnnoWiki
Jump to navigation Jump to search
Line 26: Line 26:
 
  [download] Destination: 2S7iNQoYY1w.webm
 
  [download] Destination: 2S7iNQoYY1w.webm
 
  [download]  10.2% of 42.96M at    6.51k/s ETA --:--  
 
  [download]  10.2% of 42.96M at    6.51k/s ETA --:--  
 +
 +
 +
==Konversi Format ke .avi==
 +
 +
ffmpeg -sameq -i video.webm output.avi
  
  

Revision as of 08:09, 18 May 2012

Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html


Instalasi aplikasi

# apt-get install youtube-dl

contoh penggunaan

# youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg

file akan di simpan di title-2xyg.flv aemXgP

agar di simpan dalam nama yang lebih manusiawi gunakan

# youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg

Contoh Tampilan Saat Download

youtube-dl http://www.youtube.com/watch?v=2S7iNQoYY1w
[youtube] Setting language
[youtube] 2S7iNQoYY1w: Downloading video webpage
[youtube] 2S7iNQoYY1w: Downloading video info webpage
[youtube] 2S7iNQoYY1w: Extracting video information
[download] Destination: 2S7iNQoYY1w.webm
[download]  10.2% of 42.96M at    6.51k/s ETA --:-- 


Konversi Format ke .avi

ffmpeg -sameq -i video.webm output.avi


Referensi

Pranala Menarik