default to single format, patents have expired.
This commit is contained in:
parent
0da9097a6a
commit
ba71665bc5
4 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -1888,7 +1888,7 @@
|
|||
240, 288, 360, 432, 480, 720 and 1080.
|
||||
*/
|
||||
"video": {
|
||||
"formats": ["webm", "mp4"],
|
||||
"formats": ["mp4"],
|
||||
"previewRatio": 1.375,
|
||||
"resolutions": [240, 480]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue