21C3/Videos

From C4 Wiki
< 21C3
Revision as of 01:08, 27 May 2005 by 84.189.140.132 (talk) (Windows Setup)
Jump to: navigation, search

Video Files

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

Torrents

Ubuntu Setup

  • 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-k6/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
    • $ edit /etc/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
  • Have Fun

Debian Sarge Setup

  • Install Marillat mplayer (http://debian.video.free.fr)
    • Add Repository to your /etc/apt/sources.list
    • (ftp://ftp.nerim.net/debian-marillat/ unstable main)
    • 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-586/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" >> /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
  • 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
  • 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
  • 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