Add excellent crf
This commit is contained in:
parent
6f01b590e1
commit
852430c22d
@ -38,8 +38,10 @@ async function register ({
|
||||
options: [
|
||||
{ label: 'Default', value: 23 },
|
||||
{ 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,
|
||||
default: defaultCRF
|
||||
})
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "peertube-plugin-transcoding-custom-quality",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Set a custom quality for transcoding",
|
||||
"engine": {
|
||||
"peertube": ">=3.3.0"
|
||||
@ -14,7 +14,7 @@
|
||||
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
||||
"library": "./main.js",
|
||||
"staticDirs": {},
|
||||
"css": [ ],
|
||||
"css": [],
|
||||
"clientScripts": [],
|
||||
"translations": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user