Hello everyone.
I am trying to create a custom exporter that has h.264 encoder capabilities. I know there is already an exporter for H.264 in Premiere (or Media Encoder) but I need to accomplish some special tasks during encoding process, so the use of a custom SDK exporter is inevitable.
My question is, as I´m not really an expert on encoding video in h264 format, can I call the h264 exporter within the code of my SDK exporter?
Maybe I can do it within exSDKExport method, not sure anyway. Please confirm me if there is such a possibility. If not, then I will have to integrate some 264 libraries in C++ in my SDK exporter project, or maybe make a call to some stand-alone application that has command line features.
Your suggestion/help is highly appreciated.
Kind regards.