Difference between revisions of "21C3/Videos"
< 21C3
(→Gentoo, Darwin und BSD Setup) |
m (→NetBSD Setup) |
||
Line 32: | Line 32: | ||
* Install mplayer (cd /usr/pkgsrc/multimedia/mplayer && make install clean) | * Install mplayer (cd /usr/pkgsrc/multimedia/mplayer && make install clean) | ||
* Copy codecs.conf locally (such as /tmp - not ~/.mplayer!) | * Copy codecs.conf locally (such as /tmp - not ~/.mplayer!) | ||
− | * | + | * execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi |
* Have Fun | * Have Fun |
Revision as of 00:02, 16 May 2005
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
Gentoo Setup
- Install mplayer (emerge mplayer)
- Extend codecs.conf
- $ edit /user/share/mplayer/codecs.conf, in Section "audiocodec faad", add: "format 0x706D"
- Have Fun
Darwin Setup
- Install mplayer (darwinports: port install mplayer)
- Copy codecs.conf locally (such as /tmp - not ~/.mplayer!)
- $ execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
FreeBSD Setup
- Install mplayer (cd /usr/ports/multimedia/mplayer && make install clean)
- Copy codecs.conf locally (such as /tmp - not ~/.mplayer!)
- $ execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun
NetBSD Setup
- Install mplayer (cd /usr/pkgsrc/multimedia/mplayer && make install clean)
- Copy codecs.conf locally (such as /tmp - not ~/.mplayer!)
- execute: mplayer -codecs-file /tmp/codecs.conf 21c3_Video.avi
- Have Fun