manolito
18th September 2004, 23:24
Two questions about converting interlaced AVI sources (analog VCR captures) to SVCD:
Usually when I do this I deinterlace the movie for better compressability. For better quality I also did a few interlaced encodes. In those cases I just chose the "Interlaced" template for CCE, and the result looked pretty good. Now I read that the resizer will scramble the fields unless you separate the fields before resizing and then weave the fields together again. The script should be something like this:
SeparateFields()
Resize (with half of the original height)
Weave()
AddBorders
Now my questions:
1. Is this really necessary? I did a few encodes (source 768 x 576, target 480 x 576) with and without separating the fields, and the results looked pretty much the same to me.
2. If I do use SeparateFields, should I insert the command just before the resizer, or does it make sense to separate the fields before applying preresize filters like undot, deen, fluxsmooth and unfilter?
Cheers
manolito
Usually when I do this I deinterlace the movie for better compressability. For better quality I also did a few interlaced encodes. In those cases I just chose the "Interlaced" template for CCE, and the result looked pretty good. Now I read that the resizer will scramble the fields unless you separate the fields before resizing and then weave the fields together again. The script should be something like this:
SeparateFields()
Resize (with half of the original height)
Weave()
AddBorders
Now my questions:
1. Is this really necessary? I did a few encodes (source 768 x 576, target 480 x 576) with and without separating the fields, and the results looked pretty much the same to me.
2. If I do use SeparateFields, should I insert the command just before the resizer, or does it make sense to separate the fields before applying preresize filters like undot, deen, fluxsmooth and unfilter?
Cheers
manolito