Property | Type | Description | |
---|---|---|---|
DefaultAudioBitRates | string>.Dictionary | ||
DefaultRotationAngles | string>.Dictionary | ||
DefaultSamplingRates | string>.Dictionary | ||
DefaultVideoBitRates | string>.Dictionary | ||
DefaultVideoCodecsDescriptions | string>.Dictionary | ||
VideoContainerToExtension | string>.Dictionary | ||
VideoContainerToFFMpegContainer | string>.Dictionary | ||
WikiAudioCodecsLinks | string>.Dictionary | ||
WikiContainerCodecsLinks | string>.Dictionary | ||
WikiVideoCodecsLinks | string>.Dictionary |
Property | Type | Description | |
---|---|---|---|
_changed | bool |
Method | Description | |
---|---|---|
DetectContainerByExt ( string fileName ) : ContainerEnum | ||
GetLastFrameFromConvertLogFile ( string outputFileName ) : int |
Gets the last frame from convert log file. Parsing text "frame=15" to 15
|
|
GetLastTimeFromConvertLogFile ( string outputFileName ) : int |
Gets the last time from convert log file in seconds Parsing text "time=00:22:25.05" to 1345 (22*60++25+0.05) s
|
|
IsChanged ( ) : bool | ||
MakeFFMpegCommand ( |
Makes the FF MPEG command.
|
|
MakeFFMpegCommands ( MediaInfo>.Dictionary |
||
MakeFFMpegCommandsAsString ( MediaInfo>.Dictionary |
||
MakeFFMpegScreenShot ( |
||
UnChanged ( ) : void |
Method | Description | |
---|---|---|
NotifyChange ( string name, object value ) : void |
public static DetectContainerByExt ( string fileName ) : ContainerEnum | ||
fileName | string | |
return | ContainerEnum |
public static GetLastFrameFromConvertLogFile ( string outputFileName ) : int | ||
outputFileName | string | |
return | int |
public static GetLastTimeFromConvertLogFile ( string outputFileName ) : int | ||
outputFileName | string | /// log file name. /// |
return | int |
public static MakeFFMpegCommand ( |
||
sourceMovie | Source movie. | |
targetMovie | Target movie. | |
currentPass | int | Current pass. |
return | string |
public static MakeFFMpegCommands ( MediaInfo>.Dictionary |
||
MoviesInfo | MediaInfo>.Dictionary | |
return | List |
public static MakeFFMpegCommandsAsString ( MediaInfo>.Dictionary |
||
moviesInfo | MediaInfo>.Dictionary | |
return | string |
public static MakeFFMpegScreenShot ( |
||
sourceMovie | ||
secondsDelay | int | |
return | string |
protected NotifyChange ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |
public static Dictionary |
||
return | string>.Dictionary |