Difference between revisions of "21C3/Videos"

From C4 Wiki
Jump to: navigation, search
m (Reverted edits by Oxudocopaj (talk) to last revision by 217.72.114.248)
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://egyworene.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 
----
 
=[http://egyworene.co.cc CLICK HERE]=
 
----
 
</div>
 
 
==Video Files==
 
==Video Files==
 
http://w8n.koeln.ccc.de/media/video/21c3/
 
http://w8n.koeln.ccc.de/media/video/21c3/
Line 35: Line 27:
 
** 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-&amp;lt;arch&amp;gt;
+
** Update Package Lists, install mplayer-&lt;arch&gt;
 
* Extend codecs.conf
 
* Extend codecs.conf
 
** $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
 
** $ gunzip -c /usr/share/doc/mplayer-386/examples/codecs.conf.gz | sudo tee /etc/mplayer/codecs.conf
Line 46: Line 38:
 
* Install Marillat mplayer (http://debian.video.free.fr)
 
* Install Marillat mplayer (http://debian.video.free.fr)
 
** Add Repository to your /etc/apt/sources.list
 
** Add Repository to your /etc/apt/sources.list
** (deb http://www.debian-multimedia.org &lt;dist> main) where &lt;dist> is sarge, etch or sid
+
** (deb http://www.debian-multimedia.org <dist> main) where <dist> is sarge, etch or sid
** Update Package Lists, install mplayer-&amp;lt;arch&amp;gt;
+
** 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])
 
** (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
Line 60: Line 52:
 
==Gentoo Setup==
 
==Gentoo Setup==
 
* Install mplayer with the given USE flag if not already installed:  
 
* Install mplayer with the given USE flag if not already installed:  
  mkdir -p /etc/portage &amp;&amp; echo "media-video/mplayer mad aac" >> /etc/portage/package.use &lt;!-- this is recommended, "USE='&lt;useflags>' emerge package" should not be used -->
+
  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
 
  emerge media-video/mplayer
 
* Install the necessary codecs if not already installed:
 
* Install the necessary codecs if not already installed:
Line 93: Line 85:
 
Tested on FreeBSD 5.4-STABLE
 
Tested on FreeBSD 5.4-STABLE
 
*  Install mplayer if not already installed:  
 
*  Install mplayer if not already installed:  
  cd /usr/ports/multimedia/mplayer &amp;&amp; make install clean
+
  cd /usr/ports/multimedia/mplayer && make install clean
 
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
 
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
 
* Execute:  
 
* Execute:  
Line 103: Line 95:
 
Tested on NetBSD 2.0.2_STABLE
 
Tested on NetBSD 2.0.2_STABLE
 
*  Install mplayer if not already installed:  
 
*  Install mplayer if not already installed:  
  cd /usr/pkgsrc/multimedia/mplayer &amp;&amp; make install clean
+
  cd /usr/pkgsrc/multimedia/mplayer && make install clean
 
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
 
* Copy this [http://www.aculei.net/~mangala/codecs.conf codecs.conf] to a local directory
 
* Execute:  
 
* Execute:  

Revision as of 17:36, 24 November 2010

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