Closed GoogleCodeExporter closed 9 years ago
I had insight and re-encoded the same file but without audio and got good
result:
getLengthInFrames() = 472
use fr.keyFrame, 473 frames 7 keyframes
use grabKeyFrame(), 7 keyframes
So, I hope this will help.
Original comment by mip...@gmail.com
on 14 Jan 2014 at 9:32
Attachments:
Obviously if you're only interested in video key frames, you should ignore the
audio key frames. So, I guess this is not an issue after all?
Original comment by samuel.a...@gmail.com
on 15 Jan 2014 at 12:23
Yes it is not an issue after all... sorry for increasing you issue count.
It will be very useful to have even short javadoc for such similar looking
function. Like:
/** Grab next videoframe */
public IplImage grab()
/** Grab next video keyframe */
public Frame grabKeyFrame()
/** Grab next video or audio frame */
public Frame grabFrame()
Reading javadocs before using new function is useful habit. May be next time
this will save someone's hours.
Thank you for your time and help!
Original comment by mip...@gmail.com
on 15 Jan 2014 at 2:02
Some Javadoc would be useful, I agree. Unfortunately, I'm spending all the free
time I have on JavaCPP Presets these days:
http://code.google.com/p/javacpp/wiki/Presets
So, if you have doc you'd like to see in JavaCV, please post your patches as an
issue, actually issue #360 would be appropriate I suppose. Thanks in advance!
BTW, the issue list here is a way for me to keep track about what needs to be
done, and give a chance for people to vote on the issues that they wish would
be fixed first. It is not a mailing list. Unless someone is really curious
about a given issue, I'm the only person reading any of the messages you write
here. This is why there is a mailing list to post your questions to, because,
in theory anyway, there's more than just me on the mailing list. So if you wish
your questions answered with the highest probably, that's the place to ask
them. It's purely for your convenience, not mine.
Original comment by samuel.a...@gmail.com
on 19 Jan 2014 at 7:55
Original issue reported on code.google.com by
mip...@gmail.com
on 14 Jan 2014 at 9:08Attachments: