fix: swap film grain values between DVD and BluRay profiles to match quality standards
This commit is contained in:
@@ -10,12 +10,12 @@ const profiles: Record<string, profile> = {
|
||||
"DVD": {
|
||||
"crf": 30,
|
||||
"preset": 4,
|
||||
"filmGrain": 10,
|
||||
"filmGrain": 5,
|
||||
},
|
||||
"BluRay": {
|
||||
"crf": 28,
|
||||
"preset": 4,
|
||||
"filmGrain": 5,
|
||||
"filmGrain": 10,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user