[Flashticle] Differenciate keyframe anf frame
Bob Ippolito
bob at redivi.com
Wed Jan 25 12:44:17 EST 2006
On Jan 25, 2006, at 7:45 AM, erixtekila wrote:
>>> Is it possible for him to know exactly where is a keyframe (full
>>> frame) ?
>> If you look at flvinfo.py, you'll see that it already keeps track
>> of where all the keyframes are.
>
>
> OK thanks.
> I get it.
>
> The notation is quiet hard to read BTW.
> Why is there a "L" at the end of each frame stamp ?
> How do you make the float number from 214583L or 167L, 0L ?
L means long integer in repr format, if printed in str format it
wouldn't have the postfix.
> BTW, it's usefull to know in a flv where are the I frame and the P
> ones.
All the information is already there, it's just not all printed to
the screen by the flvinfo tool.
-bob
More information about the Flashticle
mailing list