feat: add encoding profiles for DVD and BluRay quality presets

This commit is contained in:
Esa Kataja
2025-08-23 00:04:01 +03:00
parent 4631524510
commit 477718cb34
2 changed files with 24 additions and 7 deletions
+6
View File
@@ -224,3 +224,9 @@ export interface parsedVideoInfo {
audioStreams?: parsedAudioStream[];
subtitleStreams?: parsedSubtitleStream[];
}
export interface profile {
crf: number;
preset: number;
filmGrain: number;
}