mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 11:59:58 +02:00
Add video aspect ratio in server
This commit is contained in:
parent
c75381208f
commit
b6b1aaa56f
52 changed files with 345 additions and 237 deletions
|
@ -401,10 +401,14 @@ function runTest (withObjectStorage: boolean) {
|
|||
files: [
|
||||
{
|
||||
resolution: 720,
|
||||
height: 720,
|
||||
width: 1280,
|
||||
size: 61000
|
||||
},
|
||||
{
|
||||
resolution: 240,
|
||||
height: 240,
|
||||
width: 426,
|
||||
size: 23000
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue