vi-wer

Install Linux

XpegT for Linux installation

Extraxt XpegT into a directory first, you can't start it from a package manager (sorry ther's no installer yet).
You need to have wxWidgets and ffmpeg installed before using XpegT, cause these are not part of the package.

Use your package manager (i.e. synaptic) to install wxWidgets packages (search for libwxGTK2.8-0), visit
www.wxwidgets.org for more information on how to install wxWidgets or follow this link.

ffmpeg:
#1. Install additional packages:
cd /usr/src
sudo apt-get install libxvidcore4 libxvidcore-dev liblame0 liblame-dev

#! Further packages might be requested while configuring ffmpeg (i.e. libfaac-dev,libx264-dev),
#! install them (with your package manager) if necessary


#2. Get lastest ffmpeg source from svn:
sudo svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg



#3. Configure:
sudo ./configure --enable-libfaac --enable-libmp3lame --enable-libxvid --disable-ffserver --disable-ffplay --enable-gpl

#4. Build:
sudo make

#5. Install:
sudo make install

#! To check if ffmpeg is properly installed type:
ffmpeg -version
#You should see the configuration, svn version and built on <current date>.


#Things to try:
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-avisynth --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --cpu=i686 --enable-memalign-hack --extra-ldflags=-static
Custom Search
IP
 
Best View on Firefox and IE7 - (C) by Viktor W.

Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden