I am trying to encode and decode (playback and record) a .mov file on Linux with libquicktime. This is the source for libquicktime: http://libquicktime.sourceforge.net/
and these are the APIs: http://libquicktime.sourceforge.net/doc/apiref/lqt_8h.html
I am trying to use these to playback the video file on Linux. However have not yet found any reference code as to how to use the APIs.
Does someone have any knowledge in this area that you can share?
Thanks for any help.