Difference between revisions of "21C3/Videos"

From C4 Wiki
Jump to: navigation, search
(Darwin Setup)
 
(49 intermediate revisions by 29 users not shown)
Line 1: Line 1:
 +
{{Kannweg}}
 +
 +
==Video Files==
 +
http://w8n.koeln.ccc.de/media/video/21c3/
 
==Torrents==
 
==Torrents==
http://berlin.ccc.de/~thalunil/21c3_lectures_video/
+
* [http://bittorrent.ccc.de:2342/ The Tracker]
 +
* [http://stderr.de/mitschnitte/21c3_all.zip Lectures and Lightning Talks Torrents in a in a ZIP]
 +
* [http://stderr.de/mitschnitte/21c3.zip Lecture Torrents in a ZIP]
 +
* [http://stderr.de/mitschnitte/21c3_lt.zip Lighning Talks Torrents in a ZIP]
 +
* [http://berlin.ccc.de/~thalunil/21c3_lectures_video/ Incomplete / Old -- Lectures and Lightning Talks Torrents]
 +
 
 
==Ubuntu Setup==
 
==Ubuntu Setup==
* Install Marillat mplayer installieren (http://debian.video.free.fr)
+
 
 +
* Install Marillat mplayer
 +
** Use this the sources.list: https://wiki.ubuntu.com/GuideToHoary
 +
** delete # in front of multiverse lines
 +
** Enter "sudo apt-get update" or "synaptic" in a terminal
 +
** Search with "apt-cache search mplayer" or in "synaptic"
 +
** If do not know what to install, install mplayer-386 with "sudo apt-get install mplayer-386"
 +
* Extend codecs.conf
 +
** $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
 +
:(respectively mplayer-k6 or whatever instead of mplayer-386)
 +
** $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
 +
* Have Fun
 +
 
 +
 
 +
Alternative:
 +
* Install Marillat mplayer (http://debian.video.free.fr)
 
** Add Repository to your /etc/apt/sources.list or via Synaptic (Settings-Repositories-Add-Custom)
 
** Add Repository to your /etc/apt/sources.list or via Synaptic (Settings-Repositories-Add-Custom)
 
** (ftp://ftp.nerim.net/debian-marillat/ unstable main)
 
** (ftp://ftp.nerim.net/debian-marillat/ unstable main)
 
** Update Package Lists, install mplayer-<arch>
 
** Update Package Lists, install mplayer-<arch>
 
* Extend codecs.conf
 
* Extend codecs.conf
** $ sudo gunzip -c /usr/share/doc/mplayer-k6/examples/codecs.conf.gz > /etc/mplayer/codecs.conf
+
** $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
 +
:(respectively mplayer-k6 or whatever instead of mplayer-386)
 
** $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
 
** $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
 
* Have Fun
 
* Have Fun
 +
* try -ao sdl if arts does not work
  
==Gentoo Setup==
+
==Debian Sarge Setup==
* emerge media-libs/faad2 (media-libs/faac might also be needed)
+
* Install Marillat mplayer (http://debian.video.free.fr)
* emerge media-video/mplayer
+
** Add Repository to your /etc/apt/sources.list
 +
** (deb http://www.debian-multimedia.org <dist> main) where <dist> is sarge, etch or sid
 +
** Update Package Lists, install mplayer-&lt;arch&gt;
 +
** (if you encounter depency problems, you probably need to install a more current version of [http://packages.ubuntu.com/hoary/libs/libgcc1 libgcc1])
 
* Extend codecs.conf
 
* Extend codecs.conf
** $ edit /user/share/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
+
** $ gunzip -c /usr/share/doc/mplayer-*/examples/codecs.conf.gz > /etc/mplayer/codecs.conf
 +
** $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
 +
* Anyone solved the problem?
 +
Trying to force audio codec driver family libmad...
 +
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
 +
MPlayer interrupted by signal 11 in module: init_audio_codec
 
* Have Fun
 
* Have Fun
 +
 +
==Gentoo Setup==
 +
* Install mplayer with the given USE flag if not already installed:
 +
mkdir -p /etc/portage && echo "media-video/mplayer mad aac" >> /etc/portage/package.use <!-- this is recommended, "USE='<useflags>' emerge package" should not be used -->
 +
emerge media-video/mplayer
 +
* Install the necessary codecs if not already installed:
 +
emerge media-libs/faad2
 +
you may also need:
 +
emerge media-libs/faac
 +
* Extend codecs.conf and insert "format 0x706D" into section "audiocodec faad":
 +
vi /usr/share/mplayer/codecs.conf
 +
note: this seems to be unneccessary for later mplayer ebuilds (as of 2006-06-09, it's already in).
 +
* Execute:
 +
mplayer 21c3_Video.avi
 +
* Have Fun!
  
 
==Darwin Setup==
 
==Darwin Setup==
Tested on Darwin 7.9.0
+
Tested on Darwin 8.1.0
* Install mplayer (darwinports: port install mplayer)
+
* Install mplayer if not already installed:  
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory (such as /tmp - not ~/.mplayer!)
+
port install mplayer
* execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
+
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
* Have Fun
+
* Execute:  
Tested on Mac OS X 10.4
+
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
* Install [http://prdownloads.sourceforge.net/mplayerosx/MplayerOSXB8r4.zip?download mplayerosx]/[http://prdownloads.sourceforge.net/mplayerosx/ffmpegXbinaries230105_G3.zip mplayer], copy the [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to ~/.mplayer (remove oder rename the file to fix problems with others videos)
+
* Note: the codecs.conf file may also be copied into the ~/.mplayer directory thereby eliminating the need for the execution of mplayer with the ''-codecs-file'' argument.
 +
* Have Fun!
 +
* Also have a look at http://machackers.annulator.de/archives/2005/05/21c3videos_anse.html
 +
 
 +
==MacOSX Setup==
 +
Tested on MacOSX 10.4
 +
* Install mplayerosx (http://prdownloads.sourceforge.net/mplayerosx/MplayerOSXB8r4.zip?download)/mplayer (http://prdownloads.sourceforge.net/mplayerosx/ffmpegXbinaries230105_G3.zip)
 +
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to ~/.mplayer
 +
* Have Fun!
  
 
==FreeBSD Setup==
 
==FreeBSD Setup==
 
Tested on FreeBSD 5.4-STABLE
 
Tested on FreeBSD 5.4-STABLE
* Install mplayer (cd /usr/ports/multimedia/mplayer && make install clean)
+
* Install mplayer if not already installed:
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory (such as /tmp - not ~/.mplayer!)
+
cd /usr/ports/multimedia/mplayer && make install clean
* execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
+
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
* Have Fun
+
* Execute:  
 +
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
 +
* Note: the codecs.conf file may also be copied into the ~/.mplayer directory thereby eliminating the need for the execution of mplayer with the ''-codecs-file'' argument.
 +
* Have Fun!
  
 
==NetBSD Setup==
 
==NetBSD Setup==
 
Tested on NetBSD 2.0.2_STABLE
 
Tested on NetBSD 2.0.2_STABLE
* Install mplayer (cd /usr/pkgsrc/multimedia/mplayer && make install clean)
+
* Install mplayer if not already installed:
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory (such as /tmp - not ~/.mplayer!)
+
cd /usr/pkgsrc/multimedia/mplayer && make install clean
* execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
+
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
* Have Fun
+
* Execute:
 +
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
 +
* Note: the codecs.conf file may also be copied into the ~/.mplayer directory thereby eliminating the need for the execution of mplayer with the ''-codecs-file'' argument.
 +
* Have Fun!  
 +
 
 +
==Fedora Setup==
 +
Tested on Fedora Core 2
 +
* Install mplayer from http://rpm.greysector.net/mplayer/
 +
* Copy this [http://antwort.42h.de/uploads/codecs.conf codecs.conf] to a local directory
 +
* Execute:  
 +
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
 +
* Have Fun!
 +
 
 +
==Windows Setup==
 +
 
 +
Windows users can put this [http://bittorrent.ccc.de:2342/file?info_hash=fdc20f29ae6c2cf2886aa706ec84d7158abf39d8 hacked mplayer] on the desktop and drop the files on it. Works for most of the videos.
 +
 
 +
If you want to have a full install of mplayer:
 +
* Install mplayer from http://mplayerhq.hu (MPlayer-mingw32-dev-CVS-050514.zip)
 +
* Edit mplayer\mplayer\codecs.conf and add the entries from here: https://21c3.ccc.de/wiki/index.php/Codecs.conf
 +
* Execute from the cmd prompt:
 +
mplayer 21c3_Video.avi
 +
* Have Fun!
 +
* [https://21c3.ccc.de/wiki/index.php/Windows_Mplayer More verbose Howto]
 +
 
 +
 
 +
[[Category:Chaos]][[Category:Events]][[Category:Infos]]

Latest revision as of 19:03, 26 October 2017


Achtung! Dieser Inhalt wird mit 'kann weg' betitelt und wird bei einem Relaunch nicht mit umgezogen! Proteste bitte auf der Seite vermerken, diesen Hinweis nicht kommentarlos entfernen!


Video Files

http://w8n.koeln.ccc.de/media/video/21c3/

Torrents

Ubuntu Setup

  • Install Marillat mplayer
    • Use this the sources.list: https://wiki.ubuntu.com/GuideToHoary
    • delete # in front of multiverse lines
    • Enter "sudo apt-get update" or "synaptic" in a terminal
    • Search with "apt-cache search mplayer" or in "synaptic"
    • If do not know what to install, install mplayer-386 with "sudo apt-get install mplayer-386"
  • Extend codecs.conf
    • $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
(respectively mplayer-k6 or whatever instead of mplayer-386)
    • $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
  • Have Fun


Alternative:

  • Install Marillat mplayer (http://debian.video.free.fr)
    • Add Repository to your /etc/apt/sources.list or via Synaptic (Settings-Repositories-Add-Custom)
    • (ftp://ftp.nerim.net/debian-marillat/ unstable main)
    • Update Package Lists, install mplayer-<arch>
  • Extend codecs.conf
    • $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
(respectively mplayer-k6 or whatever instead of mplayer-386)
    • $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
  • Have Fun
  • try -ao sdl if arts does not work

Debian Sarge Setup

  • Install Marillat mplayer (http://debian.video.free.fr)
    • Add Repository to your /etc/apt/sources.list
    • (deb http://www.debian-multimedia.org <dist> main) where <dist> is sarge, etch or sid
    • Update Package Lists, install mplayer-<arch>
    • (if you encounter depency problems, you probably need to install a more current version of libgcc1)
  • Extend codecs.conf
    • $ gunzip -c /usr/share/doc/mplayer-*/examples/codecs.conf.gz > /etc/mplayer/codecs.conf
    • $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
  • Anyone solved the problem?
Trying to force audio codec driver family libmad...
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
MPlayer interrupted by signal 11 in module: init_audio_codec
  • Have Fun

Gentoo Setup

  • Install mplayer with the given USE flag if not already installed:
mkdir -p /etc/portage && echo "media-video/mplayer mad aac" >> /etc/portage/package.use 
emerge media-video/mplayer
  • Install the necessary codecs if not already installed:
emerge media-libs/faad2

you may also need:

emerge media-libs/faac
  • Extend codecs.conf and insert "format 0x706D" into section "audiocodec faad":
vi /usr/share/mplayer/codecs.conf

note: this seems to be unneccessary for later mplayer ebuilds (as of 2006-06-09, it's already in).

  • Execute:
mplayer 21c3_Video.avi
  • Have Fun!

Darwin Setup

Tested on Darwin 8.1.0

  • Install mplayer if not already installed:
port install mplayer
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi

MacOSX Setup

Tested on MacOSX 10.4

FreeBSD Setup

Tested on FreeBSD 5.4-STABLE

  • Install mplayer if not already installed:
cd /usr/ports/multimedia/mplayer && make install clean
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
  • Note: the codecs.conf file may also be copied into the ~/.mplayer directory thereby eliminating the need for the execution of mplayer with the -codecs-file argument.
  • Have Fun!

NetBSD Setup

Tested on NetBSD 2.0.2_STABLE

  • Install mplayer if not already installed:
cd /usr/pkgsrc/multimedia/mplayer && make install clean
mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
  • Note: the codecs.conf file may also be copied into the ~/.mplayer directory thereby eliminating the need for the execution of mplayer with the -codecs-file argument.
  • Have Fun!

Fedora Setup

Tested on Fedora Core 2

mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
  • Have Fun!

Windows Setup

Windows users can put this hacked mplayer on the desktop and drop the files on it. Works for most of the videos.

If you want to have a full install of mplayer:

mplayer 21c3_Video.avi