4593861 [rkeene@sledge /home/rkeene/projects/build]$ cat transcode.txt
# SHORT DESC: Video Stream Processing Tool
# LONG DESC: Transcode is a text console video-stream processing tool. It supports elementary video and audio frame transformations. Some example modules are included to enable import of MPEG-1/2, Digital Video, and other formats. It also includes export modules for writing to AVI files with DivX, OpenDivX, XviD, Digital Video or other codecs. Direct DVD transcoding is also supported. A set of tools is available to extract and decode the sources into raw video/audio streams for import and to enable post-processing of AVI files.

# COMPILE REQUIREMENT: lzo
# COMPILE REQUIREMENT: lame
# COMPILE REQUIREMENT: libdvdcss
# COMPILE REQUIREMENT: libdvdread
# COMPILE REQUIREMENT: ffmpeg
# COMPILE REQUIREMENT: a52dec
# COMPILE REQUIREMENT: faad2
# COMPILE REQUIREMENT: faac


./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --enable-lzo --enable-a52 --enable-netstream --enable-lame --enable-ogg  --enable-vorbis --enable-libdvdread --enable-mjpegtools --enable-imagemagick --enable-v4l  || \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --enable-lzo --enable-a52 --enable-netstream --enable-lame --enable-ogg  --enable-vorbis --enable-libdvdread --enable-mjpegtools --enable-imagemagick  || \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --enable-lzo --enable-a52 --enable-netstream --enable-lame --enable-ogg  --enable-vorbis --enable-libdvdread --enable-imagemagick || \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --enable-lzo --enable-a52 --enable-netstream --enable-imagemagick || \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --enable-netstream --enable-imagemagick || \
exit 1

make && \
make install || exit 1
4593862 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06