Transfron-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

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 -
Hinweis
Hinweis

XviD-0.9.x ist zwingend! Bitte keine höheren Versionen verwenden, diese geben einen Fehler aus:

[transcode] critical: failed to init encoder
siehe README (Transcode) => XviD 0.9.x
Sollte man bei XviD auf der Homepage diese nicht finden, hier ist ein Mirror:
http://sourceforge.net/projects/xawdecode


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] http://www.metzlerbros.org/dvb libdvb
[2] http://www.mp3dev.org/mp3 lame
[3] 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
In anderen Sprachen