You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: