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 a user creates more than ~ 160 images (26 seconds at 6 fps), Safari crashes with an RuntimeError: memory access out of bounds.
The reson for that is that we run ffmpeg separately for each image conversion. We should batch this and have ffmpeg run once for all images.
Checklist
Larger clips can be created
Run ffmpeg once for all image conversions
Make sure import still works, as this uses webm files
The text was updated successfully, but these errors were encountered:
Description
When a user creates more than ~ 160 images (26 seconds at 6 fps), Safari crashes with an
RuntimeError: memory access out of bounds
.The reson for that is that we run ffmpeg separately for each image conversion. We should batch this and have ffmpeg run once for all images.
Checklist
The text was updated successfully, but these errors were encountered: