performance improvement
This commit is contained in:
@@ -93,6 +93,10 @@ export interface Settings {
|
||||
sam_enabled: boolean;
|
||||
sam_model?: string | null;
|
||||
cache_capacity: number;
|
||||
/** ffmpeg `-hwaccel` argument. "" = software. Recognized: auto, vaapi, cuda, vdpau. */
|
||||
hwaccel: string;
|
||||
/** Decimation factor for playback advancement + bulk extract. 1 = no decimation. */
|
||||
frame_skip: number;
|
||||
}
|
||||
|
||||
export interface SamModelInfo {
|
||||
|
||||
Reference in New Issue
Block a user