Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
List< VideoFrame > | captureFrames (File file, int numFrames) throws Exception |
Interface used to capture frames from a video file.
Definition at line 30 of file FrameCapture.java.
List<VideoFrame> org.sleuthkit.autopsy.corecomponents.FrameCapture.captureFrames | ( | File | file, |
int | numFrames | ||
) | throws Exception |
Captures the specified number of frames from a video file.
file | The video file to use |
numFrames | The number of frames to capture. Note that the actual number of frames returned may be less than this number. Specifically, this may happen if the video is very short. |
Exception | If anything goes wrong. |
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.