View Single Post
Old 11th December 2004, 14:12   #49  |  Link
henryho_hk
Registered User
 
Join Date: Mar 2004
Posts: 889
I have a Sony DSR-PD150P (PAL edition) and the Canopus playback-only codec installed. I want to rip the DV on the tape using WinDV, mark the avi as cdvc and then convert it to XviD.

I suppose I should do the following, right?

avisource("input.avi",pixel_type="YUY2",audio=true)
FixBrokenChromaUpsampling()
ReInterpolate420(interlaced=true)
ConvertToYV12(interlaced=true)
kerneldeint(order=0,sharp=true)
removegrain(mode=2)

Or should I remove "ReInterpolate420()" for the reason that I will convert it to YV12 later?
henryho_hk is offline   Reply With Quote