Transfron-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Hierarchie)
(Links: Homepage && DL tot. -> old)
Zeile 159: Zeile 159:
  
 
==Links==
 
==Links==
# [http://www.metzlerbros.org/dvb Libdvb]
 
# [http://www.mp3dev.org/mp3 Lame]
 
# [http://www.vorbis.com Vorbis]
 
# [http://www.bunkus.org/videotools/ogmtools Ogmtools]
 
# [http://www.xvid.org Xvid]
 
# [http://mjpeg.sourceforge.net Mjpegtools]
 
# [http://www.vcdimager.org Vcdimager]
 
# [http://www.transcoding.org/cgi-bin/transcode Transcode]
 
# [http://mpeg4ip.sourceforge.net Mpeg4ip]
 
 
# [http://www.peess.de/projects/transfron/transfron_plugin-eng.html Homepage des Plugins]
 
# [http://www.peess.de/projects/transfron/transfron_plugin-eng.html Homepage des Plugins]
  
[[Kategorie:Plugins]]
+
[[Kategorie:Veraltete Plugins]]
 
{{i18n|transfron-plugin}}
 
{{i18n|transfron-plugin}}

Version vom 4. August 2013, 20:08 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.

  • Lame
cd $SOURCEDIR
tar xvzf lame-<VERSION>.tar.gz
cd lame-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
  • libOGG
cd $SOURCEDIR
tar xvzf libogg-<VERSION>.tar.gz
cd libogg-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
  • libVorbis
cd $SOURCEDIR
tar xvzf libvorbis-<VERSION>.tar.gz
cd libvorbis-<VERSION>
./configure --prefix=/usr/local \
            --with-ogg-libraries=/usr/local/lib
make
make install
ldconfig
  • ogmtools
cd $SOURCEDIR
tar jxvf ogmtools-<VERSION>.tar.bz2
cd ogmtools-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
  • Vorbis-Tools
cd $SOURCEDIR
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
  • Divx4linux
cd $SOURCEDIR
tar xvzf divx4linux-<VERSION>.tgz
cd divx4linux-<VERSION>
sh install.sh
  • XviD
cd $SOURCEDIR
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
  • MJPEGTools
cd $SOURCEDIR
tar xvzf mjpegtools-<VERSION>.tar.gz
cd mjpegtools-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
  • vcdimager
cd $SOURCEDIR
tar xvzf vcdimager-<VERSION>.tar.gz
cd vcdimager-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig
  • Transcode
cd $SOURCEDIR
tar xvzf transcode-<VERSION>.tar.gz
cd transcode-<VERSION>
./configure --prefix=/usr/local \
            --with-avifile-mods=no
make
make install
  • FAAC
cd $SOURCEDIR
tar xvzf faac-<VERSION>.tar.gz
cd faac
chmod 755 bootstrap
./bootstrap
./configure --prefix=/usr/local
make install
ldconfig
  • MPEG4IP
cd $SOURCEDIR
tar xvzf mpeg4ip-<VERSION>.tar.gz
cd mpeg4ip-<VERSION>
./bootstrap --prefix=/usr/local
make -k
make install -k


Sonstiges

Probleme

  • Erstellung von VCD/SVCDs wollte hier nicht gelingen.


Links

  1. Homepage des Plugins
In anderen Sprachen