Transfron-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Links)
(merge)
Zeile 80: Zeile 80:
 
sh install.sh
 
sh install.sh
 
cd -
 
cd -
</pre>
 
{{Box Hinweis|
 
XviD-0.9.x ist zwingend! Bitte keine höheren Versionen verwenden, diese geben einen Fehler aus:
 
  
'''[transcode] critical: failed to init encoder'''<br/>
 
<nowiki>siehe README (Transcode) => XviD 0.9.x</nowiki><br/>
 
Sollte man bei XviD auf der Homepage diese nicht finden, hier ist ein Mirror:<br/>
 
http://sourceforge.net/projects/xawdecode
 
}}
 
<pre>
 
 
tar jxvf xvidcore-<VERSION>.tar.bz2
 
tar jxvf xvidcore-<VERSION>.tar.bz2
 
cd xvidcore-<VERSION>/build/generic
 
cd xvidcore-<VERSION>/build/generic
Zeile 155: Zeile 146:
  
 
==Links==
 
==Links==
{|
+
# [http://www.metzlerbros.org/dvb Libdvb]
| [1]
+
# [http://www.mp3dev.org/mp3 Lame]
| http://www.metzlerbros.org/dvb
+
# [http://www.vorbis.com Vorbis]
| libdvb
+
# [http://www.bunkus.org/videotools/ogmtools Ogmtools]
|-
+
# [http://www.xvid.org Xvid]
| [2]
+
# [http://mjpeg.sourceforge.net Mjpegtools]
| http://www.mp3dev.org/mp3
+
# [http://www.vcdimager.org Vcdimager]
| lame
+
# [http://www.transcoding.org/cgi-bin/transcode Transcode]
|-
+
# [http://mpeg4ip.sourceforge.net Mpeg4ip]
| [3]
+
# [http://www.peess.de/projects/transfron/transfron_plugin-eng.html Homepage des Plugins]
| http://www.vorbis.com
+
| vorbis
+
|-
+
| [4]
+
| http://www.bunkus.org/videotools/ogmtools
+
| ogmtools
+
|-
+
| [5]
+
| http://www.xvid.org
+
| xvid
+
|-
+
| [6]
+
| http://mjpeg.sourceforge.net
+
| mjpegtools
+
|-
+
| [7]
+
| http://www.vcdimager.org
+
| vcdimager
+
|-
+
| [8]
+
| http://www.transcoding.org/cgi-bin/transcode
+
| transcode
+
|-
+
| [9]
+
| http://mpeg4ip.sourceforge.net
+
| mpeg4ip
+
|-
+
| [10]
+
| http://www.peess.de/projects/transfron/transfron_plugin-eng.html
+
| Homepage des Plugins
+
|}[[Kategorie:Plugins]]
+
  
 +
[[Kategorie:Plugins]]
 
{{i18n|transfron-plugin}}
 
{{i18n|transfron-plugin}}

Version vom 4. April 2006, 13:40 Uhr

Inhaltsverzeichnis

Beschreibung

Autor: Daniel Pees

Umwandeln der Aufnahmen in folgende Formate: ogm ( xvid / vorbis ), avi ( xvid / mp3 ), mp4 ( xvid / aac ), mpg ( remuxed meg2 ), vcd ( mpeg1 cbr ), svcd ( mpeg2 vbr ).
Dieses Plugin beinhaltet ein Menu um die erstellten images komfortabel per FB auf CD zu bannen.

Bilder

kurze beschreibung

Hardwareanforderungen

  • Brenner (optional)

Softwareanforderungen

  • vdr <= 1.3.6
  • libdvb
  • lame
  • libogg
  • libvorbis
  • ogmtools
  • vorbistools
  • divx4linux
  • mjpegtools
  • vcdimager
  • transcode
  • mpeg4ip
  • faac
  • xvid
  • cdrecord
  • mkisofs

Installation

libdvb => siehe analogtv-plugin.

cd $SOURCEDIR
tar xvzf lame-<VERSION>.tar.gz
cd lame-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf libogg-<VERSION>.tar.gz
cd libogg-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf libvorbis-<VERSION>.tar.gz
cd libvorbis-<VERSION>
./configure --prefix=/usr/local \
            --with-ogg-libraries=/usr/local/lib
make
make install
ldconfig
cd -

tar jxvf ogmtools-<VERSION>.tar.bz2
cd ogmtools-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf vorbis-tools-<VERSION>.tar.gz
cd vorbis-tools-<VERSION>
./configure --prefix=/usr/local \
            --with-ogg-libraries=/usr/local/lib
make
make install
ldconfig
cd -

tar xvzf divx4linux-<VERSION>.tgz
cd divx4linux-<VERSION>
sh install.sh
cd -

tar jxvf xvidcore-<VERSION>.tar.bz2
cd xvidcore-<VERSION>/build/generic
./configure --prefix=/usr/local
make
make install
cd /usr/local/lib
ln -s libxvidcore.so.MAJOR.MINOR libxvidcore.so.MAJOR
ldconfig
cd -

tar xvzf mjpegtools-<VERSION>.tar.gz
cd mjpegtools-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf vcdimager-<VERSION>.tar.gz
cd vcdimager-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf transcode-<VERSION>.tar.gz
cd transcode-<VERSION>
./configure --prefix=/usr/local \
            --with-avifile-mods=no
make
make install
cd -

tar xvzf faac-<VERSION>.tar.gz
cd faac
chmod 755 bootstrap
./bootstrap
./configure --prefix=/usr/local
make install
ldconfig
cd -

tar xvzf mpeg4ip-<VERSION>.tar.gz
cd mpeg4ip-<VERSION>
./bootstrap --prefix=/usr/local
make -k
make install -k


Probleme

  • Erstellung von VCD/SVCDs wollte hier nicht gelingen.


Links

  1. Libdvb
  2. Lame
  3. Vorbis
  4. Ogmtools
  5. Xvid
  6. Mjpegtools
  7. Vcdimager
  8. Transcode
  9. Mpeg4ip
  10. Homepage des Plugins
In anderen Sprachen