default to single format, patents have expired.

This commit is contained in:
j 2025-01-31 12:36:09 +05:30
parent 0da9097a6a
commit ba71665bc5
4 changed files with 5 additions and 5 deletions

View file

@ -1402,7 +1402,7 @@
240, 288, 360, 432, 480, 720 and 1080.
*/
"video": {
"formats": ["webm", "mp4"],
"formats": ["mp4"],
// fixme: this should be named "ratio" or "defaultRatio",
// as it also applies to clip lists (on load)
"previewRatio": 1.7777777778,

View file

@ -1888,7 +1888,7 @@
240, 288, 360, 432, 480, 720 and 1080.
*/
"video": {
"formats": ["webm", "mp4"],
"formats": ["mp4"],
"previewRatio": 1.375,
"resolutions": [240, 480]
}

View file

@ -1392,7 +1392,7 @@
240, 288, 360, 432, 480, 720 and 1080.
*/
"video": {
"formats": ["webm", "mp4"],
"formats": ["mp4"],
"previewRatio": 1.3333333333,
//supported resolutions are
//1080, 720, 480, 432, 360, 288, 240, 144, 96

View file

@ -1281,8 +1281,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
240, 288, 360, 432, 480, 720 and 1080.
*/
"video": {
"downloadFormat": "webm",
"formats": ["webm", "mp4"],
"downloadFormat": "mp4",
"formats": ["mp4"],
"previewRatio": 1.3333333333,
"resolutions": [240, 480]
}