selvinEduardo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Grab last Frame not working last version (v0.7) #407

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load video with FFmpegFrameGrabber(filepath)
2. Try to load last frame using getLengthInTime(), setTimestamp() and grab()
3. Return null

What is the expected output? What do you see instead?
Last Frame (Image)

What version of the product are you using? On what operating system?
v0.7 and Android

Please provide any additional information below.

Version 0.6 is working, 0.7 not.

Original issue reported on code.google.com by atredr...@gmail.com on 12 Jan 2014 at 3:03

GoogleCodeExporter commented 9 years ago
I guess setting `frameGrabber = true` in `setTimestamp()` wasn't a bad idea 
after all :) I'll change it back, thanks for reporting!

Original comment by samuel.a...@gmail.com on 14 Jan 2014 at 12:56

GoogleCodeExporter commented 9 years ago
Thanks to you!

Original comment by atredr...@gmail.com on 18 Jan 2014 at 9:39

GoogleCodeExporter commented 9 years ago
FYI, I've reverted to the old behavior in this revision:
http://code.google.com/p/javacv/source/detail?r=badc3b3b7d85028a457542e71acfdb72
1d83bc8d

Original comment by samuel.a...@gmail.com on 2 Feb 2014 at 2:13

GoogleCodeExporter commented 9 years ago
Thanks Samuel.

Original comment by atredr...@gmail.com on 2 Feb 2014 at 9:16

GoogleCodeExporter commented 9 years ago
The fix has been included in the latest release of JavaCV 0.8. There are a lot 
of other changes with this release, so please make sure to read the news 
release here:
    http://bytedeco.org/release/2014/04/28/first-release.html

Incidentally, the project is now hosted on GitHub:
    https://github.com/bytedeco/javacv

Thanks once again for reporting!

Original comment by samuel.a...@gmail.com on 29 Apr 2014 at 1:14