-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Wrong tiles in story board #3440
Comments
I see many more cases of this. 10x5 reported as 10x10
|
Oh, that's interesting! The code always assumed 10x10, but seems like things have changed (probably because of shorts and other newer formats?). |
Actually, it seems normal? The Here is the output for a long video (livestream): {
"videoId": "etyCb38ag-s",
"storyboards": [
{
"url": "/api/v1/storyboards/etyCb38ag-s?width=48&height=27",
"templateUrl": "https://i.ytimg.com/sb/etyCb38ag-s/storyboard3_L0/M$M.jpg",
"width": 48,
"height": 27,
"count": 100,
"interval": 0,
"storyboardWidth": 10,
"storyboardHeight": 10,
"storyboardCount": 1
},
{
"url": "/api/v1/storyboards/etyCb38ag-s?width=80&height=45",
"templateUrl": "https://i.ytimg.com/sb/etyCb38ag-s/storyboard3_L1/M$M.jpg",
"width": 80,
"height": 45,
"count": 1414,
"interval": 10000,
"storyboardWidth": 10,
"storyboardHeight": 10,
"storyboardCount": 15
},
{
"url": "/api/v1/storyboards/etyCb38ag-s?width=160&height=90",
"templateUrl": "https://i.ytimg.com/sb/etyCb38ag-s/storyboard3_L2/M$M.jpg",
"width": 160,
"height": 90,
"count": 1414,
"interval": 10000,
"storyboardWidth": 5,
"storyboardHeight": 5,
"storyboardCount": 57
}
],
} |
@SamantazFox your logic makes sense (I guess I was mislead with some of the 1 pagers) |
So the format is technically correct? Thanks for clarifying I'll close the issue - please reopen if there's some edge case to it |
Describe the bug
/videos/:id returns wrong storyboardHeight
Steps to Reproduce
/api/v1/videos/UhbixyxgsiU
The image is actually 10x8, not 10x10, making the storyboardHeight field wrong
Logs
Screenshots

The text was updated successfully, but these errors were encountered: