PDA

View Full Version : From DV to DivX: what filters?


haazheel
2nd March 2004, 18:36
Hello everybody,

I have some basket-ball matches on DV and I'd like to convert them into DivX, with the best quality.

Each match has a duration of around 1 hour, and should fit on 1 700Mb CDR.

What filters should I use?

* deinterlace filter: yes
* resize filter: ?? (and if yes, which one?)

If possible I'd like to use 1-pass mode instead of 2-pass. WOuld the quality be acceptable?

Thanks in advance... :)

bb
3rd March 2004, 09:42
What do you think about the "DV to DivX" guide? Does it suit your needs?

bb

haazheel
3rd March 2004, 16:37
I'm sorry... I didn't see it...

Thanks

clebras
5th March 2004, 22:07
I'm very happy with this avisynth Script to feed virtualDub :

DirectShowSource("myAviFile.avi")
FixBrokenChromaUpsampling()
KernelDeint(order=0, threshold=10, sharp=true)
FluxSmooth(15, 15)
BilinearResize(512,384, 8, 0, 704, 576)

Note that I use type 2 DV avi files (done via WinDV 1.2.3) because I had sound problems using type 1 files.