Log in

View Full Version : small cbr bug


DaveEL
27th December 2002, 12:18
cbr mode puts all its output to the console not the windows debug functions which makes a mess of console programs used to encode.

DaveEL

Nic
27th December 2002, 12:44
From memory, doesnt DivX5 do that too?

-Nic

wing1
28th December 2002, 00:41
I've noticed this problem since 19122002-1 release from Koepi. The 09122002-1 release works fine in the console encoding program....

DaveEL
28th December 2002, 10:12
Originally posted by Nic
From memory, doesnt DivX5 do that too?

-Nic



Dont use divx5 but did some testing with it the other day and it didnt seem to do this prehaps only certain modes do (or older versions). 3ivx prints to the console whenever the codec selection dialog is displayed but i have been told that will be fixed in the next release.

DaveEL

Nic
28th December 2002, 13:45
DivX5 use to spit out oodles of console stuff (I cant remember the version I was using, but mostly cbr mode I expect). Probably use to slow it down quite a bit (& now probably xvid too) as printf is very slow. Perhaps all console output should be ifdef'd so you can build without it...

-Nic