Created by: videan42
I'm trying to start using PyAV to replace a bunch of ugly shell calls to ffmpeg. It's working great so far, but I've mostly been learning the library by reading your test cases.
I was wondering if some of the simpler ones could be made into an examples
docs page. This pull is for tests/test_encoding.py
which is a good example of how to write a movie from numpy/PIL.
I'd be happy to add a few more if you think this is a good idea.