Closed GoogleCodeExporter closed 9 years ago
Does calling grab() in a loop gets you all the frames?
Original comment by samuel.a...@gmail.com
on 5 Aug 2012 at 1:45
Yes, that does indeed work, so do I have to loop through until I get an
Exception?
Original comment by ffab...@googlemail.com
on 5 Aug 2012 at 1:50
No, just until grab() returns null, but it looks like my getLengthInFrames()'s
borked, can you check if the following works?
lengthInFrames = getLengthInTime() * getFrameRate() / 1000000
thanks!
Original comment by samuel.a...@gmail.com
on 5 Aug 2012 at 1:51
That seems to work, 1455,0 frames are enough for 48 secs.
Original comment by ffab...@googlemail.com
on 5 Aug 2012 at 2:00
Great, thanks for reporting!
Original comment by samuel.a...@gmail.com
on 5 Aug 2012 at 2:01
I've include the changes in JavaCV 0.3! Thanks for reporting and let me know if
it's still not working alright for some reason, thanks!
Original comment by samuel.a...@gmail.com
on 5 Nov 2012 at 11:36
Original issue reported on code.google.com by
ffab...@googlemail.com
on 5 Aug 2012 at 1:42