Nick
4th December 2004, 21:22
OK, I have some interlaced PAL 4:3 DV camcorder footage (720x576)
I wish to make a 16:9 copy by trimming 72 pixels top and bottom then resizing to D1 resolution.
This is not really my arena but I read round and came up with this for a script.
Directshowsource("c:\DV.avi ",25,audio=true)
KernelBob(order=1, sharp=true, twoway=true, threshold=0)
crop(0,72,0,-72)
bicubicresize(720,576,0,0.6)
separatefields()
selectevery(4,1,2)
weave()
Yes I know I could use the internal cropping of the resizer, I just find a separate crop simpler.
When I create my new file, horizontal motion is jerky and vertical edges are ill-defined.
Is there a better way of resizing interlaced footage, have I made a glaring error or what? Any thought appreciated.
Cheers
Nick
I wish to make a 16:9 copy by trimming 72 pixels top and bottom then resizing to D1 resolution.
This is not really my arena but I read round and came up with this for a script.
Directshowsource("c:\DV.avi ",25,audio=true)
KernelBob(order=1, sharp=true, twoway=true, threshold=0)
crop(0,72,0,-72)
bicubicresize(720,576,0,0.6)
separatefields()
selectevery(4,1,2)
weave()
Yes I know I could use the internal cropping of the resizer, I just find a separate crop simpler.
When I create my new file, horizontal motion is jerky and vertical edges are ill-defined.
Is there a better way of resizing interlaced footage, have I made a glaring error or what? Any thought appreciated.
Cheers
Nick