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

Temporary files not deleted when reforming video #3

Open
Jacherr opened this issue Sep 6, 2024 · 0 comments
Open

Temporary files not deleted when reforming video #3

Jacherr opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Jacherr
Copy link
Owner

Jacherr commented Sep 6, 2024

In processing::ffmpeg::create_video_from_split, temporary files storing video frames are not deleted. This causes them to eventually fill up the disk.

These files should be deleted using the defer method used in other files such as gegl. This process should also be repeated for other functions such as splitting a video.

@Jacherr Jacherr added the bug Something isn't working label Sep 6, 2024
@Jacherr Jacherr self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant