-
Notifications
You must be signed in to change notification settings - Fork 117
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
Directory not empty #91
Comments
it works when specifying an absolute path as a temp directory. so now i got it working but the default temp folder does NOT work and non-absolute paths only work 50% :) maybe someone could look into this |
Even though i supply a temp directory via cli, i still get the error directory not empty... |
Hmmm, we're doing a It looks like this may be a Windows issue. What's the specific environment you're running in? |
ye i saw that in the sources... you use this temp dir library which should handle all of that. i am using arch linux, so rm -rf should be fine. also i think its not a permission problem since than i would get another error. |
I was running into the same issue and figured out why this happens. If you are trying to concatenate a lot of video files, the temp directory can get very big. In my case it reached ~900GB. I am not sure how The solution for me was to also add |
i would love to use this tool, somehow this happens with 2 simple mp4 videos.
i am on arch-linux and i used npm install ffmpeg-concat to install it.
also the videos doesnt seem to be the problem here.
The text was updated successfully, but these errors were encountered: