I am still loving the denoiser tool - the time and electricity it saves is incredible, so thank you again.
I am trying to automate the denoising of sequences using the render nodes and remote command prompts, but I can't seem to get it to work.
The following works in a local prompt, with and without the GPU switch:
However in a remote prompt for the same node I get:
If I remove the GPU switch on the remote prompt, I get:
I am guessing this will be permissions related, but I am running the command as a user with admin privileges on the remote node. "\\server\path\" is a ubuntu box running samba.
Any suggestions gratefully received.
Many thanks,
Olly
I am trying to automate the denoising of sequences using the render nodes and remote command prompts, but I can't seem to get it to work.
The following works in a local prompt, with and without the GPU switch:
Code:
"C:\Program Files\Chaos Group\V-Ray\3dsmax 2014 for x64\tools\vdenoise.exe" -inputfile="\\server\path\seq-A_.????.vrimg" -useGPU=1 -skipExisting=1
Code:
PsExec v1.94 - Execute processes remotelyCopyright (C) 2001-2008 Mark Russinovich Sysinternals - www.sysinternals.com Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Windows\system32>"C:\Program Files\Chaos Group\V-Ray\3dsmax 2014 for x64\tools\vdenoise.exe" -inputfile="\\server\path\seq-A_.????.vrimg" -useGPU=1 -skipExisting=1 V-Ray Denoiser tool for denoising still images and image sequences. Copyright (C) 2016 by Chaos Group Ltd. All rights reserved. Build from Jun 10 2016 Using radius 10, strength 1 and threshold 0.001 Failed finding OpenCL devices for VDenoise: [OCLDenoiseImpl::pickDevices] No OpenCL devices found
Code:
PsExec v1.94 - Execute processes remotely Copyright (C) 2001-2008 Mark Russinovich Sysinternals - www.sysinternals.com Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Windows\system32>"C:\Program Files\Chaos Group\V-Ray\3dsmax 2014 for x64\tools\vdenoise.exe" -inputfile="\\server\path\seq-A_.????.vrimg" -skipExisting=1 V-Ray Denoiser tool for denoising still images and image sequences. Copyright (C) 2016 by Chaos Group Ltd. All rights reserved. Build from Jun 10 2016 Using radius 10, strength 1 and threshold 0.001 No files found matching "\\server\path\seq-A_.????.vrimg"
Any suggestions gratefully received.
Many thanks,
Olly
Comment