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.
The text was updated successfully, but these errors were encountered:
Summary
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.
The text was updated successfully, but these errors were encountered: