ConverterRemoveVideoMetadata Method

Removes the metadata tags from a video file.

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 int RemoveVideoMetadata(
	string inputFilepath,
	string outputFilepath,
	bool overWrite,
	int threads = 1
)

Parameters

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.

Return Value

Int32
The process exit code.

Remarks

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

FFmpeg (ffmpeg.exe)

See Also