Malcolm
26th May 2004, 09:46
Hi,
i hope that i'm not wrong and the bug really is because of dgmpegdec and not avisynth (or me :D ).
I have 3 snapshots to illustrate the problem; they are from a PAL DVB-capture:
http://img12.imageshack.us/img12/3140/1_crop_bad.pnghttp://img16.imageshack.us/img16/6796/1_crop_good.pnghttp://img20.imageshack.us/img20/3829/1_crop_difference.png
The left one is opened in avisynth with the following line:
orig = mpeg2source("test.d2v", cpu2="xxxxox", idct=2, iPP=true)
The one in the middle is opened and processed with a more complex script:
mpeg2source("test.d2v", cpu2="xxxxox", idct=2, iPP=true)
crop(16,16,-16,-16)
SeparateFields()
converttoyuy2()
faerydust()
Weave()
addBorders(16,16,16,16)
Limiter()
The right one is just the difference (subtract(...).levels(...))
Looking at the 3 snapshots, i would say that the color in the left one is upsampled incorrectly.
I don't know how or why, but after processing it with the more complex script in the middle (converttoyuy2() + faerydust()) the video looks o.k. for me!
You can see the difference between them in the right snapshot.
Any idea?? :confused: :confused: :confused:
Greetings,
Malcolm
i hope that i'm not wrong and the bug really is because of dgmpegdec and not avisynth (or me :D ).
I have 3 snapshots to illustrate the problem; they are from a PAL DVB-capture:
http://img12.imageshack.us/img12/3140/1_crop_bad.pnghttp://img16.imageshack.us/img16/6796/1_crop_good.pnghttp://img20.imageshack.us/img20/3829/1_crop_difference.png
The left one is opened in avisynth with the following line:
orig = mpeg2source("test.d2v", cpu2="xxxxox", idct=2, iPP=true)
The one in the middle is opened and processed with a more complex script:
mpeg2source("test.d2v", cpu2="xxxxox", idct=2, iPP=true)
crop(16,16,-16,-16)
SeparateFields()
converttoyuy2()
faerydust()
Weave()
addBorders(16,16,16,16)
Limiter()
The right one is just the difference (subtract(...).levels(...))
Looking at the 3 snapshots, i would say that the color in the left one is upsampled incorrectly.
I don't know how or why, but after processing it with the more complex script in the middle (converttoyuy2() + faerydust()) the video looks o.k. for me!
You can see the difference between them in the right snapshot.
Any idea?? :confused: :confused: :confused:
Greetings,
Malcolm