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.
views:
64answers:
1
+2
A:
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.
Matthew Flaschen
2009-06-05 04:33:52
Thanks for the links.
sourabh jaiswal
2009-06-05 16:49:47