CSFFmpeg Class |
Namespace: CSFFmpeg
The CSFFmpeg type exposes the following members.
| Name | Description | |
|---|---|---|
| ArgsAdditional |
Add additional argument to the command of the process.
| |
| ArgsDirect |
Set your own arguments to the command of the process.
| |
| AudioBitrate |
Audio bitrate (-b:a).
| |
| AudioChannels |
Audio channels (-ac).
| |
| AudioCodec |
Audio codec (-c:a). 'copy' will copy from source.
| |
| AudioSamplerate |
Audio samples (-ar).
| |
| FFmpegLibsPath |
The path and the file name of the ffmpeg.exe file with the libraries.
| |
| FileDestination |
Destination file.
| |
| FileNameFFmpeg |
The ffmpeg file name, the default is ffmpeg.exe.
| |
| FileNameFFprobe |
The ffprobe file name, the default is ffprobe.exe.
| |
| FileSource |
Source file (-i).
| |
| FromTime |
Start from 00:01:00 (-ss).
| |
| LengthTime |
Start from 00:01:00 (-ss).
| |
| UserKey |
The user key.
| |
| UserName |
The user name.
| |
| VideoBitrate |
Video bitrate (-b:v).
| |
| VideoCodec |
Video codec. 'copy' will copy from source (-c:v).
| |
| VideoFPS |
VideoFPS Frames per second (-r).
| |
| VideoResolutionX |
The x resolution (-s[x]).
| |
| VideoResolutionY |
The y resolution (-s[y]).
|
| Name | Description | |
|---|---|---|
| Abort |
Abort the operation.
| |
| CheckLicense |
Check the user license of the component.
| |
| Dispose |
Protected implementation of Dispose pattern.
| |
| Dispose(Boolean) |
Dispose
| |
| GetArgs |
Get all arguments according to the library properties.
| |
| Open |
Open media file.
| |
| OrderLicense |
In order to get your own UserName and RegKey and to distribute this library
with your own projects for commercial or any other purpose, please order a license.
| |
| Pause |
Pause the operation.
| |
| Resume |
Resume (unpause) the operation.
| |
| Run |
Run the operation.
| |
| RunAsync |
Run the operation async.
|
| Name | Description | |
|---|---|---|
| OperationDone |
Operation done.
| |
| OperationOutput |
Operation output.
| |
| OperationProgress |
Operation progress.
| |
| OperationStart |
Operation done.
|