LoadFFMpegLibraries Procedure

<< Click to display table of contents >>

LoadFFMpegLibraries Procedure

[Re]Loads FFmpeg libraries from the specified Path.

Unit [VCL and LCL] MRVFFMpeg;

Unit [FMX] fmxMRVFFMpeg;

Syntax

procedure LoadFFMpegLibraries(Path : string);

By default, FFmpeg libraries are loaded from default locations (i.e. the current application directory and directories specified in PATH environment variable).

You can use this procedure for loading (or reloading) FFmpeg libraries located in a specific directory.