Log in

View Full Version : Question Using Info()


rozemab
15th September 2003, 18:38
Hello,

I want to double check the use of info(). For DV video captured from my camera via firewire, it should be captured as interlaced, correct?

That is, regardless whether or not it is a type 1 or 2??

(Sony TRV-38, I'm pretty sure it's not a progressive camcorder.)

When I open any DV captured video from my camcorder, info() always return "field based" as false (or no). I'm using winDV to capture my video via firewire.

Am I interpreting the output from info() correctly?

Wilbert
15th September 2003, 19:47
Contrary to what your expect info doesn't show whether the clip is interlaced/progressive. This because AviSynth can't know that (yet ...).

If it shows up at fieldbased it means that you applied SeparateFields on the clip.

rozemab
15th September 2003, 22:39
Thanks!

sh0dan
16th September 2003, 21:18
Info has been updated in the latest CVS binary. The info should be a better now!