Difference between revisions of "Download Youtube di Ubuntu 10.04"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html Youtube fans who use the Linux operating system Ubuntu 10:04 Lucid Lynx, there are applications ...)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html
 
Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html
  
Youtube fans who use the Linux operating system Ubuntu 10:04 Lucid Lynx, there are applications that can be used to download videos from youtube. Do not need buffering again.By using youtube-dl we can take a video on youtube with the format. Flv.
 
  
To install live type of terminal
+
Instalasi aplikasi
  
# apt-get install youtube-dl
+
# apt-get install youtube-dl
  
for example:
+
contoh penggunaan
  
# youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg
+
youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg
  
it will be stored on a video with the title-2xyg.flv aemXgP
+
file akan di simpan di title-2xyg.flv aemXgP
  
To change the title could use
+
agar di simpan dalam nama yang lebih manusiawi gunakan
  
# youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg
+
youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg
 +
youtube-dl -ica http://www.youtube.com/watch?v=F1VezJENet8 -o "%(title)s.%(ext)s"
 +
 
 +
==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
  
  
Line 24: Line 40:
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[Multimedia di Linux]]
 
* [[Tip Internet]]
 
* [[Tip Internet]]
 +
* [[Script untuk Download Youtube ke .avi]]
 +
* [[Youtube Downloader, Cara Cepat Download Film Dari Youtube]]
 +
* [[Download Youtube di Ubuntu 10.04]]
 +
* [[Download youtube ke .flv]]
 +
* [[Script untuk mencuri file youtube di /tmp]]
  
 
[[Category: Multimedia]]
 
[[Category: Multimedia]]
 
[[Category: Linux]]
 
[[Category: Linux]]
 
[[Category: Internet]]
 
[[Category: Internet]]

Latest revision as of 04:14, 6 February 2014

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
youtube-dl -ica http://www.youtube.com/watch?v=F1VezJENet8 -o "%(title)s.%(ext)s"

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