Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ubuntu [2012/05/30 10:09] – [Media] tomubuntu [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Ubuntu ====== 
 ===== Versionen ===== ===== Versionen =====
 [[http://www.webupd8.org/2012/04/from-warty-warthog-to-quantal-quetzal.html|Versionen]] [[http://www.webupd8.org/2012/04/from-warty-warthog-to-quantal-quetzal.html|Versionen]]
Zeile 14: Zeile 13:
 ==== Youtube Download ==== ==== Youtube Download ====
  
-This tutorial shows how to bulk download YouTube videos on Linux and then convert the FLV files to MPG video and MP3 audio files.+Quelle 1: http://tips.webdesign10.com/youtube-downloader-linux
  
-=== Required Software === +Quelle 2: http://www.junauza.com/2010/01/download-youtube-videos-from-linux.html
-I am using Ubuntu Linux, but the concept should be the same for other distrosMake sure you already have all of the multimedia codecs including ffmpeg and mplayerYou will also need to install youtube-dl:+
  
-sudo apt-get install youtube-dl+Dieses Tutorial zeigt wie man Videos von Youtube mit Linux runterladen und von FLV in MPG und MP3 konvertieren kann.
  
-=== Downloading YouTube Videos on Linux === +=== Benötigte Software === 
-To download YouTube videos on Linux, use youtube-dl in the terminal like this:+Alle Multimedia-Codecs inklusive ffmpeg und mplayer müssen installiert sein. Ebenso muss youtube-dl installiert sein ([[http://rg3.github.com/youtube-dl/documentation.html|Doku youtube-dl]]):
  
-youtube-dl [options] video_url+  sudo apt-get install youtube-dl
  
-To see available options type man youtube-dl in a terminal.+=== Youtube-Videos downloaden === 
 +Ein Video auf Youtube kann mit folgendem Befehl runtergeladen werden:
  
-=== Converting YouTube Videos to MPG on Linux === +<code>youtube-dl [options] video_url </code>
-To convert YouTube movies from FLV to MPG on Linux use ffmpeg like this in the terminal:+
  
-ffmpeg -i old-file.flv new-file.mpg+die Option -f <ZAHL> gibt das Format anEine mögliche Auswahl: 
 +  * WebM video at 480p: 43 
 +  * WebM video at 720p: 45 
 +  * H264 video in MP4 container at 480p: 18 
 +  * H264 video in MP4 container at 720p: 22 
 +  * H264 video in MP4 container at 1080p: 37 
 +  * H264 video in FLV container at 360p: 34 
 +  * H264 video in FLV container at 480p: 35 
 +  * H263 video at 240p: 5 
 +  * 3GP video: 17
  
-=== Ripping MP3s from YouTube Videos on Linux === +Die möglichen Optionen listet ein
-It is easy to extract MP3 audio from a YouTube movie on Linux with mplayer.+
  
-The method to rip MP3 audio from FLV files with ffmpeg from this site doesn't work on my computer so I use mplayer to do it:+  man youtube-dl
  
-mplayer -dumpaudio old-file.flv -dumpfile new-file.mp3+=== Youtube-MP3 downloaden === 
 +  $ youtube-dl --extract-audio --audio-format=mp3 video_url
  
 +=== Konvertieren von Youtube-Videos ===
 +Mit folgendem Befehl wird ein Video von FLV nach MPG konvertiert:
  
-Quelle 1: http://tips.webdesign10.com/youtube-downloader-linux+  ffmpeg -i old-file.flv new-file.mpg
  
-Quelle 2: http://www.junauza.com/2010/01/download-youtube-videos-from-linux.html+oder von FLV nach MP4 
 + 
 +  ffmpeg -i filename.flv -sameq -ar 22050 filename.mp4 
 + 
 +=== Extrahieren von MP3 aus einem Video === 
 +Ein MP3 lässt sich leicht mit mplayer aus dem Video extrahieren: 
 + 
 +  mplayer -dumpaudio old-file.flv -dumpfile new-file.mp3 
 +   
 +Hier noch eine Variante mit ffmpeg: 
 + 
 +  ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3 
 +   
 +Ausgabe der mp3-Datei testen 
 + 
 +  file nodame_theme.mp3 
 +   
 +=== Konvertieren von rm nach mp3 === 
 +Quelle: [[http://thejuhyd.blogspot.ch/2007/01/very-often-i-come-across-friends.html|thejuhyd.blogspot.ch]] 
 + 
 +  mplayer thefiletobeconverted.rm -ao pcm 
 + 
 +  lame -h -b 128 audiodump.wav myconvertedfile.mp3 
 +====== System ====== 
 +===== Backup ===== 
 + 
 +Quelle: http://blog.yumdap.net/archives/70-Ubuntu-11.10-Oneiric-Ocelot-installieren-und-einrichten.html 
 + 
 +rsync ist dazu bestens geeignet. Mit folgendem Befehl wird das Home-Verzeichnis und das /etc-Verzeichnis gesichert. 
 + 
 +  sudo rsync -av /etc $HOME /media/external_drive/backup/
 ===== Upgrade ===== ===== Upgrade =====
 === von 10.10 (Maverick) auf 11.04 (Natty Narwhal) === === von 10.10 (Maverick) auf 11.04 (Natty Narwhal) ===
Zeile 134: Zeile 173:
 [[https://wiki.ubuntu.com/PowerPCFAQ#Which_Macs_are_compatible_with_Ubuntu.3F|PowerPCFAQ von Ubuntu]] [[https://wiki.ubuntu.com/PowerPCFAQ#Which_Macs_are_compatible_with_Ubuntu.3F|PowerPCFAQ von Ubuntu]]
  
 +===== IPhone am Ubuntu Rechner =====
 +[[http://www.iphone-ticker.de/das-iphone-unter-linux-tipps-fur-ubuntu-und-suse-nutzer-22067/|Tipps zur Nutzung]]
  
 +[[http://freezeswitch.blogspot.ch/2011/11/mounting-iphone-or-ipad-with-ios-5-in.html|iPhone in Ubuntu mounten]]
ubuntu.1338365371.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)