OpenMediaLib User and Development Guide
- OpenMediaLib User Development Guide
- Introduction
- High Level Use
- Reverse Polish Notation
- Applying RPN to Video/Audio
- Clip Modifications
- Compositing
- Playlists
- Stack Manipulations
- Advanced Stack Usage
- Aspect Ratio Considerations
- The Encoding Filter Graph
- Compositing Revisited
- Really, Really Advanced Stack Usage
- General Audio Issues
- Python
- Interpolation
- Threading
Python Callbacks and Filter Implementations
Pursuant to the caveats in the previous section, this section introduces the 'how' related to Python use – note that this section drives you in a non-thread safe direction, but from a point of view of prototyping and simple utility development, it has unparalleled advantages.
