]> git.sesse.net Git - mlt/commit
Fix waveform generation.
authorDan Dennedy <dan@dennedy.org>
Thu, 19 Aug 2010 04:45:02 +0000 (21:45 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 19 Aug 2010 04:45:02 +0000 (21:45 -0700)
commit09c84bf8e0afddfb6f8569f8fc7fd5c3d47fc485
tree22564ad682c7207b34bd0459d979133e7f79ecf5
parent0b63d741516549b6319d495c36fe285c1cfef9ef
Fix waveform generation.

It was not obtaining a valid fps. Also, changed rendering to something
more expected - negative as negative and channels stacked.
Also, add a Python binding to this call to return 8-bit grayscale image
as a Python string. Finally, add a Python example.
src/framework/mlt_frame.c
src/swig/mlt.i
src/swig/python/waveforms.py [new file with mode: 0755]