Closed msjindal closed 10 months ago
Hi @msjindal,
We have seen a few problems like this occur when the video is not reliably seekable. Try reencoding your video and let us know how that works.
moov atom not found
As I was helping a user, we found that they had just copied the contents of a zipped file over without unzipping which resulted in first the KeyError
, and then, when attempting to reencode, a moov atom not found
error. After retrying but with unzipping first, we were able to get everything running smoothly.
Related #767
Thanks, Liezl
Bug description
Expected behaviour
Actual behaviour
Your personal set up
Environment packages
``` # paste output of `pip freeze` or `conda list` here ```Logs
``` # paste relevant logs here, if any ```Screenshots
How to reproduce