Log in

View Full Version : DivX 6.1.1 codec for Linux released


DigitAl56K
28th January 2006, 01:17
We have just released a new version of the DivX codec for Linux (http://labs.divx.com/DivXLinuxCodec) over at DivX Labs (http://labs.divx.com).

This marks the first major update to DivX for Linux in nearly 3 years, and incorporates all of the development to the codec core that has been seen in the Windows version during this period.

A list of the most significant changes and access to downloads are available in the DivX Labs article:
http://labs.divx.com/DivXLinuxCodec

mic64
28th January 2006, 14:56
Hi

in the install.sh is an error. It doesn´t copy any files
edit the file and replace

cp -f $TMPDIR/include/*.h $INCLUDEDIR

with this

cp -f $TMPDIR/include/common/*.h $INCLUDEDIR
cp -f $TMPDIR/include/decoder/*.h $INCLUDEDIR
cp -f $TMPDIR/include/encoder/*.h $INCLUDEDIR

mic64

Brewskie
28th January 2006, 23:54
I would recommend replacing
cp -f $TMPDIR/include/*.h $INCLUDEDIR
with
cp -fr $TMPDIR/include/* $INCLUDEDIR/
so that the directory structure is not lost ;)

-Br3wski3

d00kl1
30th January 2006, 18:13
JuanCC, Dr.DivX 2 OSS for Linux is on the roadmap. We are currently trying to get the win32 version in a stable state.

DigitAl56K
30th January 2006, 21:17
We'll take a look at the install script also :) Thanks guys!

DigitAl56K
31st January 2006, 01:14
Should be fixed now :)

Octopuss
6th November 2006, 18:20
hi,

how can i test divx6 encoding on linux ?