Skip to content

Instantly share code, notes, and snippets.

@MartinEesmaa
Created June 29, 2025 09:12
Show Gist options
  • Save MartinEesmaa/811dab1a449d94ba5da9279e7fc83434 to your computer and use it in GitHub Desktop.
Save MartinEesmaa/811dab1a449d94ba5da9279e7fc83434 to your computer and use it in GitHub Desktop.
Bitmovin JSON VVC local test files
{
"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"
}
]
}
{
"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