Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not found on Win10 #12

Open
NPi2Loup opened this issue May 6, 2020 · 0 comments
Open

File not found on Win10 #12

NPi2Loup opened this issue May 6, 2020 · 0 comments

Comments

@NPi2Loup
Copy link

NPi2Loup commented May 6, 2020

Hi,
I've got some bugs :(
First, I'm on windows and my files path are send at windows format, and seems unreconized by the videobench.py command.
My filepath have got spaces.

So I fix this by just added " " around path in videobench_ui.py
version of 25 Mar.
L602 inputpath_list_str = "{}".format(" ".join('"{0}"'.format(w) for w in self.inputPath_list))
L624 cmd = ("{0} -ref \"{1}\" -i {2} -sync {3} -sw {4} -deint {5} -subsampling {6} -scale {7} -vmaf_model {8} -loglevel {9}".format(self.videoAnalyzerPath, self.ref_path, inputpath_list_str, sync, sw, deint_setting, subsampling_setting, scale_setting, vmaf_model_setting, loglevel))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant