Transfron-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(merge) |
||
| Zeile 80: | Zeile 80: | ||
sh install.sh | sh install.sh | ||
cd - | cd - | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
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] | |
| − | + | # [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] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | [[Kategorie:Plugins]] | ||
{{i18n|transfron-plugin}} | {{i18n|transfron-plugin}} | ||
Version vom 4. April 2006, 12: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
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.