Difference between revisions of "21C3/Videos"
< 21C3
Line 10: | Line 10: | ||
** $ 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 | ||
+ | |||
+ | ==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> | ||
+ | * 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" | ||
+ | * Have Fun | ||
+ | |||
==Gentoo Setup== | ==Gentoo Setup== |
Revision as of 22:08, 16 May 2005
Contents
Torrents
http://berlin.ccc.de/~thalunil/21c3_lectures_video/
Ubuntu Setup
- Install Marillat mplayer installieren (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
- $ sudo gunzip -c /usr/share/doc/mplayer-k6/examples/codecs.conf.gz > /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>
- 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"
- Have Fun
Gentoo Setup
- emerge media-libs/faad2 (media-libs/faac might also be needed)
- emerge media-video/mplayer (Useflag mad needed)
- Extend codecs.conf
- $ edit /usr/share/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
- Have Fun
Darwin Setup
Tested on Darwin 7.9.0
- Install mplayer (darwinports: port install mplayer)
- Copy this codecs.conf to a local directory (such as /tmp - not ~/.mplayer!)
- execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
Tested on Mac OS X 10.4
- Install mplayerosx/mplayer, copy the codecs.conf to ~/.mplayer (remove oder rename the file to fix problems with other videos)
FreeBSD Setup
Tested on FreeBSD 5.4-STABLE
- Install mplayer (cd /usr/ports/multimedia/mplayer && make install clean)
- Copy this codecs.conf to a local directory (such as /tmp - not ~/.mplayer!)
- execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
NetBSD Setup
Tested on NetBSD 2.0.2_STABLE
- Install mplayer (cd /usr/pkgsrc/multimedia/mplayer && make install clean)
- Copy this codecs.conf to a local directory (such as /tmp - not ~/.mplayer!)
- execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
Fedora Setup
Tested on Fedora Core 2
- Install mplayer and from http://rpm.greysector.net/mplayer/
- Copy this codecs.conf to a local directory (such as /tmp - not ~/.mplayer!)
- execute mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
Windows Setup
- Install mplayer and from http://mplayerhq.hu (MPlayer-mingw32-dev-CVS-050514.zip)
- execute "mplayer 21c3_Video.avi"
- Have Fun