CSFFmpeg Properties |
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]).
|