UtilFFMediaToolkitExtractVideoFramesAsPNG(String, String) Method

Extracts all the frames of the specified video file and save them to disk as PNG images.

Definition

Namespace: DevCase.ThirdParty.FFMediaToolkit
Assembly: DevCase.net48.ThirdParty.FFMediaToolkit (in DevCase.net48.ThirdParty.FFMediaToolkit.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ExtractVideoFramesAsPNG(
	string videoFile,
	string outputPath
)

Parameters

videoFile  String
The video file.
outputPath  String
The output path.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

FFMediaToolkit by Radosław Kmiotek

https://www.nuget.org/packages/AForge.Imaging/

https://www.nuget.org/packages/AForge.Math/

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also