[XviD-devel] YV12 downsampling and interlacing

Marc FD xvid-devel@xvid.org
Sat, 12 Oct 2002 11:46:43 +0200


> 
> hello,
> 
> i recall reading this (or a simular) document whilst looking for a
> dvd player. xvid does NOT do this.
> 
> since iam working on colorspaces atm, i will try an implement the
> sampling method. however, i dont have an interlace content to test it
> with.
> 
> -- pete

if you're on a win32 platform, use avisynth 

Ex :

AVISource("progressive.avi") 
SeparateFields()
Trim(1,0)
Weave()

will give you the sweet combing artifact you need ;)

Cheers,
MarcFD