Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image IO » DecodeVideo

DecodeVideo


Captures a image from video file with using FFmpeg library.

Name Type Description
inFilename File
inStartFrameId Long*
outImage Image Captured frame
outFrameId Long

Remarks

Video decoder software

This filter is intended to convert video file to series of images using FFmpeg library. It is required to install FFmpeg software.

FFmpeg can be downloaded from the following website: https://ffmpeg.zeranoe.com/builds/. Please to download "shared" version of FFmpeg.

Recommended FFmpeg version for Adaptive Vision Studio usage is 4.1.3.

Add DLL path to system environment variable may be required.

This filter is not able to decode all video formats supported by FFmpeg.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

Complexity Level

This filter is available on Basic Complexity Level.