Log in

View Full Version : Question about avisynth and ffdshow (newbie)


noobsaibot
22nd July 2006, 13:54
Hi!

I am converting avi (xvid) to dvd using avisynth.

I have installed xvid codec latest version and ffdshow latest too.

When using simple scripts like this:
AviSource("video.avi")
LanczosResize(720,480)

Will ffdshow be interfering in the encoding process anyhow?

Because I was confused about some settings in ffdshow (including postprocessing and stuff).

Manao
22nd July 2006, 14:41
FFDShow won't be used. FFVfw might, depending on the fourcc contained in the avi. FFVfw and FFDShow settings are separated, and ffvfw's default settings are ok, so I wouldn't worry.

FFDShow may be used only with DirectShowSource.