performance improvement

This commit is contained in:
2026-05-28 14:00:38 +05:30
parent 0b5510636e
commit 413f06fb97
13 changed files with 1254 additions and 79 deletions

View File

@@ -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 {