Incast
7th May 2009, 00:54
I'm very confused with results I am getting from re-encoding MPEG2 recordings I've made.
When I crop I see the following colour distortion emerge in each interlaced field:
http://i3.photobucket.com/albums/y76/incast/AVIsynth.png
My AVIsynth script is as follows:
MPEG2Source("D:\1.d2v")
Crop(0,0,-6,-2)
AddBorders(0,2,2,0)
Lanczos4resize(720,576)
ConverttoYUY2(interlaced=true)
This mystifies me as I always crop by an even number to preserve the interlacing, and the same behaviour occurs with or without the resolution change.
This issue can be resolved by moving the colourspace conversion to the start, but I always believed the golden rule to be to perform the colourspace conversion last to best preserve quality.
Clearly I haven't correctly understood the documentation on this point, so if anyone could offer me some clarity I'd greatly appreciate it.
When I crop I see the following colour distortion emerge in each interlaced field:
http://i3.photobucket.com/albums/y76/incast/AVIsynth.png
My AVIsynth script is as follows:
MPEG2Source("D:\1.d2v")
Crop(0,0,-6,-2)
AddBorders(0,2,2,0)
Lanczos4resize(720,576)
ConverttoYUY2(interlaced=true)
This mystifies me as I always crop by an even number to preserve the interlacing, and the same behaviour occurs with or without the resolution change.
This issue can be resolved by moving the colourspace conversion to the start, but I always believed the golden rule to be to perform the colourspace conversion last to best preserve quality.
Clearly I haven't correctly understood the documentation on this point, so if anyone could offer me some clarity I'd greatly appreciate it.