Archives May 9, 2008

9 May

I wanted to share this example I found on another blog. It's my first working Python code using the gstreamer framework. It loads an mpeg movie file and an MP3 into the pipeline at the same time, in effect compositing them together.

I will spending the next many days fine tuning my Python skills ...



9 May

After much turmoil, I have decided that multimedia support for my language has to be the #1 priority for this project to succeed. It doesn't matter how efficient the language is if it can't encode / decode certain video files.

I have also decided which multimedia framework I am going to use. Again, after ...