Where in gods name would i be able to find a 24-bit RLE codec or converter.

xMax

Senior member
Sep 2, 2005
448
0
0
I basically need a 24-bit run length encoder (RLE) to convert my uncompressed AVI animation into an RLE AVI animation.

It seems rather difficult to find.

Microsoft only has an 8-bit (256 color) version, which is useless not to mention also impossible to find.

 

xMax

Senior member
Sep 2, 2005
448
0
0
Those are too complex. They are made for DVDs and all sorts of stuff. And the MJPEG doesnt produce an RLE lossless data file.

I found an older but simple and perfect RLE codec which works marvelously for my animation.

But thanks anyways.
 

gsellis

Diamond Member
Dec 4, 2003
6,061
0
0
Originally posted by: xMax
Those are too complex. They are made for DVDs and all sorts of stuff. And the MJPEG doesnt produce an RLE lossless data file.

I found an older but simple and perfect RLE codec which works marvelously for my animation.

But thanks anyways.
I am curious to what you found. I am guessing, but were you trying to output 720p or 1080i AVI and getting an error that your codec could not support the extended data? Because if that is what you have solved, I too am interested.