Multimedia :: replex



Hello,

is there any chance to get replex running in dsl?

Replex Source and Description
Quote
Remultiplex an MPEG2 TS into a PS for DVD


Any hints how to do that?

regards

Andi

Hello,

found the answer myself...

first load mydsl packages gcc1-with-libs and gnu-utils.
(to do "make")

load the replex tar.gz from the website.

decompress it by using tar -xzvf replex-xx-xx.tar.gz
create a symbolic link from gcc to cc
ln -s /usr/bin/gcc /usr/bin/cc
make
make install

this should do the trick.

regards

Andi


original here.