FFmpegTask Enumeration
Specifies a FFMPEG.exe task.
Namespace: DevCase.ThirdParty.FFmpegAssembly: 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 Enumeration FFmpegTask
Dim instance As FFmpegTask
public enum class FFmpegTask
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
FFmpeg (ffmpeg.exe)
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.
|