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
When I try to create video out of images by providing explicitly providing 4000 as second parameter to Whammy.Video().add function, whammy is creating simpleblocks with negative timestamps.
The text was updated successfully, but these errors were encountered:
imhimanshujain
changed the title
Frame timestamp going negative when time given explicitly using add function
Simple Block timestamp going negative when time given explicitly using add function
Mar 26, 2020
Well, I think I've found a solution. The problem is that the timeline scale is too small.The source code is set at 1e6, which results in a timestamp range of only 32 seconds.We can fix this by magnifying this value and shrinking the duration value.
When I try to create video out of images by providing explicitly providing 4000 as second parameter to Whammy.Video().add function, whammy is creating simpleblocks with negative timestamps.
The text was updated successfully, but these errors were encountered: