by
HEROINE VIRTUAL LTD.
Homepage: heroinewarrior.com
Harassment address: broadcast at earthling
dot net
Quicktime for Linux hides the structure of a Quicktime movie and gives the programmer a set of audio and video streams with some compression ability. The audio tracks are presented as sequential streams of PCM audio data and video tracks are a sequential streams of frames.
Before you quit your day job and write up your dream program on this be aware of some limitations. Quicktime for Linux is slowly increasing in functionality but is always going to be better at uncompressed streams than anything else.
This library doesn't give you the official Quicktime API. That was way too complicated and covered more than we needed. Instead it uses a proprietary C interface.
The library doesn't include any commercial codecs or compressed header support. Compressed header support may come in a later version.
There is growing support for McRosoft AVI. This format is lousy at uncompressed streams and not consistent so the AVI support is mainly for karma.
What you can do is create and read any Quicktime movie using certain compression formats. You can still access raw data if you want to write your own compression routines.
Quicktime for Linux doesn't use plugins to achieve functionality. The library is always updated more frequently than the codecs. Plugins are more convenient when the library is only available on hard media or requires upgrade licenses for every download, which it doesn't.
Decoding Video
Reading raw video
Reading keyframes
Reading raw audio
Encoding VideoInformation about specific codecs
Encoding Audio
Writing raw video
Writing keyframes
Writing raw audio