feat: add encoding profiles for DVD and BluRay quality presets
This commit is contained in:
@@ -224,3 +224,9 @@ export interface parsedVideoInfo {
|
||||
audioStreams?: parsedAudioStream[];
|
||||
subtitleStreams?: parsedSubtitleStream[];
|
||||
}
|
||||
|
||||
export interface profile {
|
||||
crf: number;
|
||||
preset: number;
|
||||
filmGrain: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user