dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

load.video fails when filename includes whitespace #143

Open rupertoverall opened 3 years ago

rupertoverall commented 3 years ago

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.