xiph / daala

Modern video compression for the internet
https://xiph.org/daala/
BSD 2-Clause "Simplified" License
542 stars 102 forks source link

Bitstream analyzer does not show correct frame # for I frames from 2nd I frame. #185

Open ycho opened 8 years ago

ycho commented 8 years ago

Hmm strange... you may want to check this... the stream ananlyer seems showing the frame # for 2nd I frame incorrectly. For ex, with Kimono, I gave -k 24 (key frame rate), then frame 0 and 23 are shown as I frame. The dump_video decoded the 2nd I frame at frame #24 (# starts from 0).

negge commented 8 years ago

Can you please provide a git hash, a set of commands that reproduce this, and a way to detect the error?