Difference between revisions of "Download Youtube di Ubuntu 10.04"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (3 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  | ||
| − | |||
| − | + | Instalasi aplikasi  | |
  # apt-get install youtube-dl  |   # 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  | ||
| 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