Page 1 of 1

C# create drp file

PostPosted: Tue Jan 17, 2023 8:06 am
by Slawek
Hi
I have been searching for way to create drp file using C# and some BM SDK?
I am a developer and i want to create a software with drp file create. This format is pretty heavy for me to create without any documentation. Can some help me with this?
Thanks :)

Re: C# create drp file

PostPosted: Wed Jan 25, 2023 6:52 am
by Igor Riđanović
Are you talking about the Resolve DRP? You can use Lua or Python API to create DRPs.

Igor Riđanović

Re: C# create drp file

PostPosted: Tue Jan 31, 2023 3:10 pm
by Slawek
Hi
YES. I'm talking about Davinci Resolve. Where can i find documentation for this API? Python is a lang and lua is a script language, i need it for C# :)

Thanks.

Re: C# create drp file

PostPosted: Tue Jan 31, 2023 3:28 pm
by Igor Riđanović
C# is not supported.

Re: C# create drp file

PostPosted: Tue Jan 31, 2023 6:23 pm
by Slawek
hmmm.
This is very confusing. What about load some ddls from the main program?

Re: C# create drp file

PostPosted: Tue Jan 31, 2023 7:27 pm
by Igor Riđanović
You do load the API as a dynamic library but C# is not supported. Why not handle your DRP creation in Python or Lua and just make a call from C#?

Re: C# create drp file

PostPosted: Tue Jan 31, 2023 8:58 pm
by Slawek
Becasue i cannot create this in Python or Luna. My software is written in C....

Re: C# create drp file

PostPosted: Wed Feb 01, 2023 3:21 am
by Igor Riđanović
Right, but can you not make a call a Python script from from C#? Or launch a binary executable with command line arguments? If so either of two can handle your DRP exports.

Re: C# create drp file

PostPosted: Mon Mar 06, 2023 8:41 am
by Anthony Lunt
Thanks everyone for sharing your idea. I really enjoyed this thread after reading.