Add excellent crf
This commit is contained in:
parent
6f01b590e1
commit
852430c22d
@ -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
|
||||||
})
|
})
|
||||||
|
@ -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": {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user