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
FFMpegWriter does not ensure the outputpath exists when initialized (here). This leads to a broken pipe error with no mention of a non-existent path which can be misleading to the user.
Proposed fix
When setup is called, check the output path exists and if not, throw an error to inform the user.