Please provide some pointers on how to convert real media formats to other popular media formats using some C++ sdk(I guess Helix provides one but don’t know how to use it).
I am a total newbie in the above area, any help would be highly appreciated.
Please provide some pointers on how to convert real media formats to other popular
Share
libavcodec (a library behind ffmpeg and other heavily-used programs) supports some common Real video formats. See this page; the tutorial itself is obsolete, but there are linked updates such as An ffmpeg and SDL Tutorial
Helix may be an option, but keep in mind the actual Real Video codecs are only available as binaries, while libavcode is fully open source.
Don’t expect this to be trivial, whichever library you use.