Add excellent crf

This commit is contained in:
Chocobozzz 2021-08-02 10:15:24 +02:00
parent 6f01b590e1
commit 852430c22d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 3 deletions

View File

@ -38,8 +38,10 @@ async function register ({
options: [ options: [
{ label: 'Default', value: 23 }, { label: 'Default', value: 23 },
{ label: 'Good', value: 20 }, { label: 'Good', value: 20 },
{ label: 'Very good', value: 18 } { label: 'Very good', value: 17 },
{ label: 'Excellent', value: 14 }
], ],
descriptionHTML: 'Increasing quality will result in bigger video sizes',
private: true, private: true,
default: defaultCRF default: defaultCRF
}) })

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-plugin-transcoding-custom-quality", "name": "peertube-plugin-transcoding-custom-quality",
"version": "0.0.1", "version": "0.0.2",
"description": "Set a custom quality for transcoding", "description": "Set a custom quality for transcoding",
"engine": { "engine": {
"peertube": ">=3.3.0" "peertube": ">=3.3.0"
@ -14,7 +14,7 @@
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues", "bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js", "library": "./main.js",
"staticDirs": {}, "staticDirs": {},
"css": [ ], "css": [],
"clientScripts": [], "clientScripts": [],
"translations": {} "translations": {}
} }