Log in

View Full Version : Why does AviSynth add extra fields?


pstranger
3rd December 2003, 08:50
I captured full PAL test file (1 min@25 fps/interlaced/0 dropped/PICView codec) which was croped in real time. Next I opened it in VDub. Info was 1500 frames sharp. I create simple 1-line avs-file :

DirectShowSource("filename", fps=25)

and opened it in another instance of VDub and I saw it had 1504 frames.
Sound duration was not changed.

Another test file (about 10 sec) gave me 261 frames of source file and 266 frames after developing through avs-file.

I am using latest version of AniSynth.

Why does AviSynth add extra fields?

sh0dan
3rd December 2003, 21:34
Use AviSource() instead.

pstranger
4th December 2003, 06:52
Originally posted by sh0dan
Use AviSource() instead.
AviSource() can't open file captuted with MJPEG(PICView) codec.

Boulder
4th December 2003, 09:16
Originally posted by pstranger
AviSource() can't open file captuted with MJPEG(PICView) codec.

It should. There's something wrong with your system, I suggest you reinstall the codec.

pstranger
5th December 2003, 12:30
Originally posted by Boulder
It should. There's something wrong with your system, I suggest you reinstall the codec.
Yes, codec reinstallation has healed my system.