Possibility of making a "render file format" as extension?

GlitchyPSI wrote on 4/24/2018, 7:28 PM

Hello!
I'm pretty new to VEGAS scripting and extension-making (though I've got a DLL working already so that's a start 😉) so I do not know many of the limits, but I was thinking...
Is one able to make a "render format" through a DLL extension? Something like... listed here. https://i.imgur.com/MVgAJrJ.png
I'm thinking of making a GIF render format 👀

Comments

Marco. wrote on 4/25/2018, 4:19 AM

Scripting can only access given features of Vegas Pro which GIF rendering is not. So I'd say pure scripting won't do that.

GlitchyPSI wrote on 4/25/2018, 9:18 AM

I mean, sure, I was planning in using ffmpeg with the DLL anyways using the rendered frame sequences, so I was wondering if I could list it as a configurable render format or otherwise I'd have to make a separate menu strip for it using the sequenced GIF export...