Table of Contents

Class FFmpegUtils

Namespace
Stride.Video.FFmpeg
Assembly
Stride.Video.dll

Collection of utilities when invoking FFmpeg.AutoGen.

public static class FFmpegUtils
Inheritance
FFmpegUtils

Methods

CheckPlatformSupport()

public static bool CheckPlatformSupport()

Returns

bool

EnsurePlatformSupport()

public static void EnsurePlatformSupport()

Initialize()

Initialize FFmpeg.

public static void Initialize()

PreloadLibraries()

Preload all FFmpeg libraries.

public static void PreloadLibraries()

Remarks

Must be called before any attempt to use FFmpeg API or this will have no effect.