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
Currently, the working directory of ffmpeg is shared between runs. Since it's not cleared right now, this can cause parts of older videos to remain in newer videos, e.g. when the newer video is shorter than the older video.
Checklist
Implement a separate working directory for each ffmpeg run
The text was updated successfully, but these errors were encountered:
Description
Currently, the working directory of ffmpeg is shared between runs. Since it's not cleared right now, this can cause parts of older videos to remain in newer videos, e.g. when the newer video is shorter than the older video.
Checklist
The text was updated successfully, but these errors were encountered: