FFmpegTask Enumeration

Specifies a FFMPEG.exe task.

Definition

Namespace: DevCase.ThirdParty.FFmpeg
Assembly: DevCase.net48.ThirdParty.FFmpeg (in DevCase.net48.ThirdParty.FFmpeg.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FFmpegTask

Remarks

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

FFmpeg (ffmpeg.exe)

Members

ConvertAudioToMP3 0 Converts an audio track to mp3.
CheckVideoMetadata 1 Checks the metadata of a video container.
RemoveVideoMetadata 2 Removes the metadata from a video container.
RecompressAudio 3 Re-compresses the audio track of a video container.
SaveAudioAsWav 4 Saves the audio track of a video container as Wav format.
DemuxVideo 5 Demuxes a video track of a video container.
DemuxAudio 6 Demuxes an audio track of a video container.

See Also