ConverterDemuxVideo Method
Demuxes the video track of a video file.
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 int DemuxVideo(
string inputFilepath,
string outputFilepath,
bool overWrite,
int threads = 1
)
Public Function DemuxVideo (
inputFilepath As String,
outputFilepath As String,
overWrite As Boolean,
Optional threads As Integer = 1
) As Integer
Dim instance As Converter
Dim inputFilepath As String
Dim outputFilepath As String
Dim overWrite As Boolean
Dim threads As Integer
Dim returnValue As Integer
returnValue = instance.DemuxVideo(inputFilepath,
outputFilepath, overWrite, threads)
public:
int DemuxVideo(
String^ inputFilepath,
String^ outputFilepath,
bool overWrite,
int threads = 1
)
member DemuxVideo :
inputFilepath : string *
outputFilepath : string *
overWrite : bool *
?threads : int
(* Defaults:
let _threads = defaultArg threads 1
*)
-> int
No code example is currently available or this language may not be supported.
- inputFilepath String
-
The source video filepath.
- outputFilepath String
-
The target video filepath.
- overWrite Boolean
-
A value indicating whether to overwrite the target filepath if already exists.
- threads Int32 (Optional)
-
The amount of threads to use.
Default value is 1.
Int32
The process exit code.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
FFmpeg (ffmpeg.exe)