Created
June 29, 2025 09:12
-
-
Save MartinEesmaa/811dab1a449d94ba5da9279e7fc83434 to your computer and use it in GitHub Desktop.
Bitmovin JSON VVC local test files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Coffee Run", | |
"NrSegments": 184, | |
"PlotMaxBitrate": 400000, | |
"Renditions": [ | |
{ | |
"Name": "430p", | |
"Resolution": "1026x430", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/CoffeeRun/video/430-600000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "536p", | |
"Resolution": "1280x536", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/CoffeeRun/video/536-900000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "640p", | |
"Resolution": "1582x640", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/CoffeeRun/video/640-1200000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "858p", | |
"Resolution": "2048x858", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/CoffeeRun/video/858-2000000/segment-%i.vvc" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Sprite Fright", | |
"NrSegments": 629, | |
"PlotMaxBitrate": 400000, | |
"Renditions": [ | |
{ | |
"Name": "430p", | |
"Resolution": "1026x430", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/SpriteFright/video/430-600000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "536p", | |
"Resolution": "1280x536", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/SpriteFright/video/536-900000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "640p", | |
"Resolution": "1582x640", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/SpriteFright/video/640-1200000/segment-%i.vvc" | |
}, | |
{ | |
"Name": "858p", | |
"Resolution": "2048x858", | |
"Fps": 24, | |
"Url": "vvcBlogPostDemo/SpriteFright/video/858-2000000/segment-%i.vvc" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment