JNoDuq / videobench

VMAF PSNR Bitrate Analyzer
226 stars 43 forks source link

Handle file names with spaces #37

Open polarathene opened 2 years ago

polarathene commented 2 years ago

When using the UI to pick video files and selecting files that have spaces in the filename, once processing begins it fails due to treating the filename as extra args due to the spaces.

Normally in a CLI tool, you'd resolve this by wrapping the file path with quotes as an arg.