Difference between revisions of "Mpeg2enc"
From Linuxintro
imported>ThorstenStaerk |
|||
Line 9: | Line 9: | ||
cd mjpegtools-2.0.0 | cd mjpegtools-2.0.0 | ||
* install some dependencies, e.g. with SUSE Linux: | * install some dependencies, e.g. with SUSE Linux: | ||
− | [[yast]] -i libjpeg62-devel | + | [[yast]] -i libjpeg62-devel libSDL-devel |
* [[build]] it | * [[build]] it | ||
./configure && make -j8 && make install | ./configure && make -j8 && make install |
Revision as of 12:27, 30 October 2011
mpeg2enc is an mpg 2 encryption program. It is used e.g. by kino to convert movies to mpg. mpeg2enc is part of mjpegtools.
Install it
To install mpeg2enc
- download mjpegtools, so, open a console and enter
wget http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz
- unpack it
tar xvzf mjpegtools-2.0.0.tar.gz cd mjpegtools-2.0.0
- install some dependencies, e.g. with SUSE Linux:
yast -i libjpeg62-devel libSDL-devel
- build it
./configure && make -j8 && make install