Encode video does not work
jones1913 opened this issue · 2 comments
jones1913 commented
Hey, encode video does not work for me, error message in log is: Encoder wouldn't start.
System is Manjaro Linux.
I suspect it has to do with process.start signature:
VapourSynth-Editor/common-src/jobs/job.cpp
Line 1345 in ccd9b75
It works when I replace it with:
m_process.start(executable, decodedArguments.split(" "));
but only if target path contains no spaces. So I guess a proper fix is required...
YomikoR commented
Could you check if the latest commit works for you?
jones1913 commented
Yeah it works now, thank you.