Click or drag to resize

VFPAnalyzerCompareVideoFiles Method

Compares two video files.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static bool CompareVideoFiles(
	VFPFingerprintSource file1,
	VFPFingerprintSource file2,
	TimeSpan shift,
	VFPErrorCallback errorCallback,
	int threshold = 500
)

Parameters

file1
Type: VisioForge.VideoFingerPrintingVFPFingerprintSource
File 1.
file2
Type: VisioForge.VideoFingerPrintingVFPFingerprintSource
Fine 2.
shift
Type: SystemTimeSpan
Shift (step is one second).
errorCallback
Type: VisioForge.VideoFingerPrintingVFPErrorCallback
Error callback.
threshold (Optional)
Type: SystemInt32
Threshold.

Return Value

Type: Boolean
Returns true if files are identical.
See Also