-
Notifications
You must be signed in to change notification settings - Fork 80
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
Unclear Error from Full Source Volume #3
Comments
Next version will fix this by using the output folder (if provided) for the intermediate files as well. |
I got similar error to what OP posted... but it was preceded by another one about missing files. I found that it was because the tool expects all camera angles to be present: front, left_repeater and right_repeater for each timestamp. I wasn't working from a full set of files and this discrepancy caused it to fail. |
Closing this issue. New version (0.1.8) will create the intermediate files in the provided output folder and not source folder anymore. Latest version can be found here: https://github.com/ehendrix23/tesla_dashcam/releases/tag/v0.1.8 |
In case others run into it: The below error appeared when the source USB stick had very little remaining storage space. An overly sensitive Sentry mode had recorded a lot of video. It's a little confusing because the output folder was set to a volume with plenty of space.
Maybe ffmpeg uses the source directory for temp files?
Problem was solved by copying source files to a volume with more available storage.
The text was updated successfully, but these errors were encountered: