Skip to content
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: RuntimeError: memory access out of bounds #50

Closed
3 tasks done
nwittstruck opened this issue May 6, 2024 · 0 comments · Fixed by #52
Closed
3 tasks done

bug: RuntimeError: memory access out of bounds #50

nwittstruck opened this issue May 6, 2024 · 0 comments · Fixed by #52

Comments

@nwittstruck
Copy link
Contributor

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

  • Larger clips can be created
  • Run ffmpeg once for all image conversions
  • Make sure import still works, as this uses webm files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant