Command line Schroedinger tools
From Diracvideo
Contents |
[edit] Schroedinger Tools
Schroedinger tools is a collection of utilities that use the schroedinger libraries to perform various coding and decoding tasks as standalone programs. They do not depend upon an external media framework, and as such provide simple examples of how to use the schro libraries.
There are currently three tools available:
- schro_encode: encode a raw YUV file to a dirac bytestream
- schro_decode: decode a dirac byte stream to a raw YUV file
- schro_recode: re-encode a dirac bytestream with new encoding parameters
The tools collection has dependancies on schroedinger, liboil and the Boost c++ libraries. All of these libraries are widely portable and building for unix, OSX or win32 should be straightforward.
An autotools based configuration is supplied for unix-like systems and mingw.
[edit] Schro Encode
info..
[edit] Schro Decode
info..
[edit] Schro Recode
info..
