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

Help with Submission #1

Open
andrewrakestraw opened this issue Aug 7, 2020 · 9 comments
Open

Help with Submission #1

andrewrakestraw opened this issue Aug 7, 2020 · 9 comments

Comments

@andrewrakestraw
Copy link

Hi,

I'm very interested in trying this out. I'm more artist than engineer and I cannot figure out how to submit Davinci to deadline. I have your files in the right place and deadline monitor shows that this is a plugin it can use. I'm stuck at trying to now submit a job. Any insight is much appreciated.

Cheers

Andrew

@asztalosdani
Copy link
Member

Hi Andrew,

unfortunately there is no submission gui (yet). You have to submit manually either with the command line tool or using the python API.

@avclubvids
Copy link

@asztalosdani - could you paste an example manual submission? Running into a few issues that are hard to isolate if they are incorrect API usage or incorrect configuration/installation.

@jgazlyEng
Copy link

Having issues getting this to work, Could you post an example job_info.job file along with an example command please?
OS: Windows 10 Enterprise

  1. I've moved the DaVinciResolve folder in to our custom\plugins folder

  2. I've created a job_info.job file with the following info:
    Plugin=DaVinciResolve
    ProjectName=renderTest-deadline-resolve
    OutputPath=

  3. I'm running the following:
    deadlinecommand.exe C:\Users<username>\dev\job_info.job

  4. I'm getting the following error:
    Deadline Command 10.1 [v10.1.9.2 Release (3d6a64d94)]
    Error: could not find job info file: Plugin=DaVinciResolve (Deadline.Submission.DeadlineSubmissionException)

@asztalosdani
Copy link
Member

I just updated the README with the examples.

@jgazlyEng you are getting the error, because you passed only one file to the deadlinecommand.exe so it treats it as a batch submission. You have to create two files, job_info.txt and plugin_info.txt, and pass them both as arguments. See the example section of the README

@avclubvids
Copy link

avclubvids commented Nov 5, 2020 via email

@jgazlyEng
Copy link

Thank you for this example!
I am able to launch a job to deadline, but it does not appear to do anything and marks as completed in deadline immediately.

Is there any settings in Resolve that I need to have setup to capture the job?

Thanks again!

@asztalosdani
Copy link
Member

Can you please attach a log from deadline?
What version of Resolve/Deadline are you running?

When the slave picks up the job can you see it running in the task manager?

@jgazlyEng
Copy link

I don't see resolve or fusion running in the task manager.
Versions:
Deadline - 10.1.9.2
Resolve - 16.2.1.017
Log:
Form_streamedlog.txt

@asztalosdani
Copy link
Member

Try running "C:\Program Files\Blackmagic Design\DaVinci Resolve\Resolve.exe" -nogui, and check in the task manager if it starts. You have to close it then from here too.
Then run "C:\Program Files\Blackmagic Design\DaVinci Resolve\fuscript.exe" -l py2 -x "print 'it works'" and see if it works.

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

4 participants