You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most of my sources, it seems to set the start and end as follows:
"activeVideoStart": 134,
"activeVideoEnd": 887,
Which comes out to 753 width. This often cuts off the right side of the picture and pads it with black to meet 760 width. Ideally, it should set the activeVideoEnd to (activeVideoStart + 760), unless (activeVideoStart + 760) > fieldWidth
The text was updated successfully, but these errors were encountered:
For most of my sources, it seems to set the start and end as follows:
Which comes out to 753 width. This often cuts off the right side of the picture and pads it with black to meet 760 width. Ideally, it should set the activeVideoEnd to (activeVideoStart + 760), unless (activeVideoStart + 760) > fieldWidth
The text was updated successfully, but these errors were encountered: