View Full Version : AssumeTFF or Info bug


Si
11th September 2003, 23:37
Testing out a script,

AVISource("test.avi")# Huffyuv file
AssumeTFF()
Info()

gives the same whether AssumeTFF is commented out or not. i.e parity unknown. I'm happy that's true after the AVISource but not after the AssumeTFF

Is it a problem with

AssumeTFF

Info

or

me :p

regards
Simon

Guest
12th September 2003, 00:54
Yes, it is all broken. I pointed out a similar bug in another thread but sh0dan never noticed it. :)

For your example, if you precede assumetff/bff with assumeframebased it works for bff but not tff. And if you use assumefieldbased, neither one works.

This needs a fix urgently but I am working on MPEG decoding stuff.

sh0dan
12th September 2003, 07:47
Actually I found this a few days ago, and it has been updated in CVS. I have also clarified what "Fieldbased" means, and show which field is upper/lower in SeparateFields()'ed material. It will be in the next binary! I have to test some audio related stuff before a new release, though.

Thanks for the report!

Edit: New CVS binary finished.

Si
14th September 2003, 17:37
Thanks :)

What was broken AssumeTFF or Info ?

regards
Simon

sh0dan
14th September 2003, 23:36
Info wasn't updated after we found out what GetParity / Assumefield/framebased/Separatefields actually did, so it was based on wrong assumptions.