gstreamer

Otto Fajardo otto.fajardob at gmail.com
Fri Jul 13 04:12:43 EDT 2012


Pyffmpeg works well. In windows is very difficult to compile (therefore you
have to rely on the binary, and the webpage only provides it for python
2.6), in linux I think it was better, can't recall. Ffms is quite new
apparently, looks nice, color space is a bit messy, I have only tested the
binary for 2.7, they have also for 3.2. These both support precise frame
seeking. Yet another one based on ffmpeg is pymedia. This also works fine,
the seeking function is not so good though. Binaries for windows are
avaiable from Gohlke's webpage. Compiling with py2exe or cx_freeze: works
for pyffmpeg, but not for ffms.
I think all these support decoding but not encoding.
If you need more details let me know.

Otto

2012/7/13 Tony Yu <tsyu80 at gmail.com>

>
>
> On Thu, Jul 12, 2012 at 4:54 PM, Stéfan van der Walt <stefan at sun.ac.za>wrote:
>
>> On Thu, Jul 12, 2012 at 11:37 AM, Tony Yu <tsyu80 at gmail.com> wrote:
>> > Brian: I think a Pyglet plugin would be useful even if it has the
>> problems
>>
>> Any ideas on how this could slot in to the current plugin API?
>>
>> Stéfan
>>
>
> Good point! If the number of video backends grows we should definitely be
> reusing the plugin infrastructure.
>
> I've only scanned the source for video support. Do you foresee any
> sticking points with adding video to the plugin framework?
>
> -Tony
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120713/a6884c6b/attachment.html>


More information about the scikit-image mailing list