Transfron-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 9: | Zeile 9: | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
− | + | cd /usr/local/src | |
− | + | tar xvzf divx4linux-20020418.tgz | |
− | + | cd divx4linux-20020418 | |
− | + | sh install.sh | |
+ | cd - | ||
− | + | tar jxvf xvidcore-1.0.1.tar.bz2 | |
− | + | cd xvidcore-1.0.1/build/generic | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | ldconfig | |
− | + | cd - | |
− | + | tar xvzf lame-3.93.1.tar.gz | |
− | + | cd lame-3.93.1 | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | cd - | |
− | + | tar xvzf mjpegtools-1.6.1.90.tar.gz | |
− | + | cd mjpegtools-1.6.1.90 | |
− | + | ./configure --prefix=/usr | |
− | + | make | |
− | + | make install | |
− | + | cd - | |
− | + | tar xvzf libdv-0.102.tar.gz | |
− | + | cd libdv-0.102 | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | cd - | |
− | + | tar xvzf transcode-0.6.11.tar.gz | |
− | + | cd transcode-0.6.11 | |
− | + | ./configure --prefix=/usr --with-avifile-mods=no | |
− | + | make | |
− | + | make install | |
− | + | cd - | |
− | + | tar xvzf faac-1.23.1.tar.gz | |
− | + | cd faac | |
− | + | chmod 755 bootstrap | |
− | + | ./bootstrap | |
− | + | ./configure --prefix=/usr | |
− | + | make install | |
− | + | ldconfig | |
− | + | cd - | |
− | + | tar xvzf mpeg4ip-1.0.tar.gz | |
− | + | cd mpeg4ip-1.0 | |
− | + | ./bootstrap | |
− | + | ./configure --prefix=/usr | |
− | + | make | |
− | + | make install | |
− | + | cd | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | tar xvzf vcdimager-0.7.14.tar.gz | ||
+ | cd vcdimager-0.7.14 | ||
+ | ./configure --prefix=/usr | ||
+ | make | ||
+ | make install | ||
+ | </pre> | ||
==Probleme== | ==Probleme== | ||
Umwandlung nach VCD/SVCD funktioniert nicht. | Umwandlung nach VCD/SVCD funktioniert nicht. |
Version vom 16. Juli 2004, 16:23 Uhr
Inhaltsverzeichnis |
Beschreibung
Umwandeln der Aufnahmen in folgende Formate: ogm ( xvid / vorbis ), avi ( xvid / mp3 ), mp4 ( xvid / aac ), mpg ( remuxed meg2 ), vcd ( mpeg1 cbr ), svcd ( mpeg2 vbr )
Hardwareanforderungen
Keine.
Softwareanforderungen
mpegtools (libdvb), lame, libogg, libvorbis, ogmtools, vorbistools, divx4linux, mjpegtools, vcdimager, transcode, mpeg4ip, faac
Installation
cd /usr/local/src tar xvzf divx4linux-20020418.tgz cd divx4linux-20020418 sh install.sh cd - tar jxvf xvidcore-1.0.1.tar.bz2 cd xvidcore-1.0.1/build/generic ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf lame-3.93.1.tar.gz cd lame-3.93.1 ./configure --prefix=/usr/local make make install cd - tar xvzf mjpegtools-1.6.1.90.tar.gz cd mjpegtools-1.6.1.90 ./configure --prefix=/usr make make install cd - tar xvzf libdv-0.102.tar.gz cd libdv-0.102 ./configure --prefix=/usr/local make make install cd - tar xvzf transcode-0.6.11.tar.gz cd transcode-0.6.11 ./configure --prefix=/usr --with-avifile-mods=no make make install cd - tar xvzf faac-1.23.1.tar.gz cd faac chmod 755 bootstrap ./bootstrap ./configure --prefix=/usr make install ldconfig cd - tar xvzf mpeg4ip-1.0.tar.gz cd mpeg4ip-1.0 ./bootstrap ./configure --prefix=/usr make make install cd tar xvzf vcdimager-0.7.14.tar.gz cd vcdimager-0.7.14 ./configure --prefix=/usr make make install
Probleme
Umwandlung nach VCD/SVCD funktioniert nicht.
Links
FEHLT: Installation (ogg, libdvb & co)...