Malcolm
5th May 2004, 15:43
Hi,
if i do something like this
cpu_0 = mpeg2source("3nach9.d2v", cpu=0)
cpu_6 = mpeg2source("3nach9.d2v", cpu=6)
subtract(cpu_0, cpu_6)
to check what's the difference between unprocessed und deblocked/deringed video,
the result is plain gray. This means there is no difference where there should be. I already encountered this behaviour some time ago with older versions of mpeg2dec3. Can it be that using mpeg2dec3dg multiple times in the same script with different settings isn't possible because they override eachother (only the last one is used)?
when i produce huffyuv-avis via separate scripts, one with cpu=0, one with cpu=6 and compare them in another script, then i can see the expected difference.
Greetings,
Malcolm
if i do something like this
cpu_0 = mpeg2source("3nach9.d2v", cpu=0)
cpu_6 = mpeg2source("3nach9.d2v", cpu=6)
subtract(cpu_0, cpu_6)
to check what's the difference between unprocessed und deblocked/deringed video,
the result is plain gray. This means there is no difference where there should be. I already encountered this behaviour some time ago with older versions of mpeg2dec3. Can it be that using mpeg2dec3dg multiple times in the same script with different settings isn't possible because they override eachother (only the last one is used)?
when i produce huffyuv-avis via separate scripts, one with cpu=0, one with cpu=6 and compare them in another script, then i can see the expected difference.
Greetings,
Malcolm