public sealed class UtilFFMediaToolkit
Public NotInheritable Class UtilFFMediaToolkit
Dim instance As UtilFFMediaToolkit
public ref class UtilFFMediaToolkit sealed
[<SealedAttribute>]
type UtilFFMediaToolkit = class end
No code example is currently available or this language may not be supported.
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
ExtractVideoFramesAsJPEG(MediaFile, String, Int32, ActionInt32, Int32) | Extracts all the frames of the specified video file and save them to disk as JPEG images. |
ExtractVideoFramesAsJPEG(String, String, Int32, ActionInt32, Int32) | Extracts all the frames of the specified video file and save them to disk as JPEG images. |
ExtractVideoFramesAsPNG(String, String) | Extracts all the frames of the specified video file and save them to disk as PNG images. |
ExtractVideoFramesAsPNG(MediaFile, String, ActionInt32, Int32) | Extracts all the frames of the specified video file and save them to disk as PNG images. |
FindColorFrames(MediaFile, Color, Size, Single, ActionInt32, Int32) | Finds all the frames that matches the specified color in the source video file and returns the frame numbers. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrames(String, Color, Size, Single, ActionInt32, Int32) | Finds all the frames that matches the specified color in the source video file and returns the frame numbers. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameSequences(MediaFile, Color, Size, Single, ActionInt32, Int32) | Finds all the sequences of frames that matches the specified color in the source video file. This is useful for example to find all fade to black sequences in a video. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameSequences(MediaFile, Color, Size, Single, ActionInt32, Int32) | Finds all the sequences of frames that matches the specified colors in the source video file. This is useful for example to find all fade to black sequences in a video. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameSequences(String, Color, Size, Single, ActionInt32, Int32) | Finds all the sequences of frames that matches the specified color in the source video file. This is useful for example to find all fade to black sequences in a video. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameSequences(String, Color, Size, Single, ActionInt32, Int32) | Finds all the sequences of frames that matches the specified colors in the source video file. This is useful for example to find all fade to black sequences in a video. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameTimeSpans(MediaFile, Color, Size, Single, ActionInt32, Int32) | Finds all the frames that matches the specified color in the source video file and returns the frame's time positions. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
FindColorFrameTimeSpans(String, Color, Size, Single, ActionInt32, Int32) | Finds all the frames that matches the specified color in the source video file and returns the frame's time positions. Note: this method can take several minutes to complete depending on the duration and resolution of the source video. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |