Mpeg2enc

From LQWiki
Jump to navigation Jump to search

To install mpeg2enc, download mjpegtools from http://sourceforge.net/project/showfiles.php?group_id=5776&package_id=5823 and build it. mpeg2enc is included there.

Get it

Here is an example for downloading, unpacking, compiling, linking and installing it with SUSE Linux 11.3:

yast -i libjpeg-devel
wget http://downloads.sourceforge.net/project/mjpeg/mjpegtools/1.9.0/mjpegtools-1.9.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmjpeg%2Ffiles%2Fmjpegtools%2F&ts=1283698987&use_mirror=mesh
tar xvzf mjpegtools-1.9.0.tar.gz 
cd mjpegtools-1.9.0/
./configure && make -j8 && make install