imager icon indicating copy to clipboard operation
imager copied to clipboard

load.video fails when filename includes whitespace

Open rupertoverall opened this issue 3 years ago • 0 comments

I have discovered that filenames including whitespace (legal names on the OS X platform) confound load.video which fails with the error:

Error in tryCatchList(expr, classes, parentenv, handlers) : 
  No output was generated

Renaming offending directories in the path to avoid whitespace is a fix, but support for these should be easy to add.

rupertoverall avatar Mar 03 '21 19:03 rupertoverall