Add excellent crf
This commit is contained in:
		| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user