GstEncodingProfile for ApplePro Res 444

Started by
2 comments, last by Tommato 5 years, 1 month ago

Hi All 

My task is to save app data to video using different codecs. The data source 
is appSrc in ARGB format. 
I've created GstEncodingProfile with following strings: 

video/quicktime   // Container format 
video/x-prores, variant=(string)4444, width=(int)[ 16, 2147483647 ], 
height=(int)[ 16, 2147483647 ]) // Video format 

It doesn't work (favorite -4 "not negotiated" error). Trying different 
"variant" options I've found only "standdard" works, (QT player shows the 
created video is Apple ProRes 422). All other variant choices give error. 
Same time with command line I can save videotestsrc in 4444 just fine. 

What an I doing wrong? 
Thx 
 

Advertisement

This is an old OpenGL forum (NEHE Productions).  You might be better off on StackOverflow as your code doesn't really seem game related.  Though giving us the name of the library you're using might get you more answers too as I have no idea what GstEncodingProfile is from... GST, Government Sales Tax? :)

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety." --Benjamin Franklin

Hehe,

Thanks CrazyCdn!!
GStreamer library is a Quicktime replacement :)

Thanks a lot
Tom

This topic is closed to new replies.

Advertisement