Свойство | Type | Description | |
---|---|---|---|
ProcessingQueue | ObservableCollection |
Méthode | Description | |
---|---|---|
ApplyInterFrame ( |
||
AutoLoadJobsAsync ( ) : Task |
Automatically reloads jobs if the encoder was unexpectedly closed.
|
|
AutoLoadPreviewFileAsync ( ) : Task |
Auto-load Preview file if encoded was unexpectedly closed.
|
|
ClearTempFolder ( ) : void |
Clears the temp folder (unfinished downloads) except Media Encoder files.
|
|
ConvertAudioBitrateToQuality ( int bitrate ) : int | ||
ConvertAudioQualityToBitrate ( int q ) : int | ||
CustomScriptHasChanges ( |
||
DeleteJobFiles ( |
||
DeletePreviewFilesAsync ( ) : Task | ||
EncodeAudio ( |
||
EncodeFileAsync ( |
Starts encoding with specified settings. If an encoding is already in process, it will be added to the queue and start once the previous encodings are finished.
|
|
FinalizeKeep ( |
||
FinalizeReplace ( |
||
GenerateCustomScript ( |
||
GenerateScript ( |
||
GenerateVideoScript ( |
||
GetNextAvailableFileName ( string dest ) : string |
Returns the next available file name to avoid overriding an existing file.
|
|
GetPreviewSourceFile ( |
||
LoadSettingsFile ( string fileName ) : |
||
MovePreviewFilesAsync ( |
Moves specified settings file as preview files.
|
|
PreparePreviewFile ( |
||
SafeMove ( string source, string dest ) : string |
Moves specified file to specified destination, numerating the destination to avoid duplicates and attempting several times.
|
|
SaveSettingsFile ( |
Méthode | Description | |
---|---|---|
EncodeFileThread ( |
||
FinalizeEncoding ( |
||
GetEncodingResults ( |
||
GetMediaInfo ( string previewFile, |
||
Getx264Process ( ) : |
||
IsFileLocked ( string fileName ) : bool |
Returns whether specified file is in use.
|
|
StartEncodeFileAsync ( |
||
WaitEncodeProcessAsync ( |
public ApplyInterFrame ( |
||
Script | ||
settings | ||
CPU | int | |
Résultat | void |
public ConvertAudioBitrateToQuality ( int bitrate ) : int | ||
bitrate | int | |
Résultat | int |
public ConvertAudioQualityToBitrate ( int q ) : int | ||
q | int | |
Résultat | int |
public CustomScriptHasChanges ( |
||
settings | ||
Résultat | bool |
public DeleteJobFiles ( |
||
settings | ||
Résultat | void |
public EncodeAudio ( |
||
settings | ||
Résultat | bool |
public EncodeFileAsync ( |
||
settings | The encoding settings. | |
Résultat | Task |
public FinalizeKeep ( |
||
jobInfo | ||
Résultat | void |
public FinalizeReplace ( |
||
jobInfo | ||
Résultat | void |
public GenerateCustomScript ( |
||
settings | ||
Résultat | void |
public GenerateScript ( |
||
settings | ||
preview | bool | |
multiThreaded | bool | |
Résultat | void |
public GenerateVideoScript ( |
||
settings | ||
inputFile | string | |
preview | bool | |
multiThreaded | bool | |
Résultat |
public GetNextAvailableFileName ( string dest ) : string | ||
dest | string | The attempted destination. |
Résultat | string |
public GetPreviewSourceFile ( |
||
settings | ||
Résultat | string |
public LoadSettingsFile ( string fileName ) : |
||
fileName | string | |
Résultat |
public MovePreviewFilesAsync ( |
||
settings | The settings to use for re-encoding. | |
Résultat | Task |
public PreparePreviewFile ( |
||
settings | ||
overwrite | bool | |
Résultat | Task |
public SafeMove ( string source, string dest ) : string | ||
source | string | The file to move. |
dest | string | The destination to move the file to. |
Résultat | string |
public SaveSettingsFile ( |
||
settings | ||
fileName | string | |
Résultat | void |