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
isxd movies can have invalid frames of the following type: dropped, cropped, blank.
They are not stored on disk, the only indication of them is in the json metadata. Currently this api breaks when trying to access the last frame of a movie with dropped frames because it's not correctly recalculating the "true" frame index on disk.
We need to update the Timing class to have these properties and update the read/write functions to support these invalid frames.
The text was updated successfully, but these errors were encountered:
isxd movies can have invalid frames of the following type: dropped, cropped, blank.
They are not stored on disk, the only indication of them is in the json metadata. Currently this api breaks when trying to access the last frame of a movie with dropped frames because it's not correctly recalculating the "true" frame index on disk.
We need to update the
Timing
class to have these properties and update the read/write functions to support these invalid frames.The text was updated successfully, but these errors were encountered: