mkarhumaa / gifmaker

Software for converting video segments to animated GIF.
2 stars 0 forks source link

Study FFmpeg #7

Closed ropelli closed 10 years ago

mkarhumaa commented 10 years ago

Moving this to sprint 1.

mkarhumaa commented 10 years ago

Java options for ffmpeg: http://www.xuggle.com/ https://code.google.com/p/jjmpeg/ (outdated, poorly documented)

Python options: https://code.google.com/p/pyffmpeg/

mkarhumaa commented 10 years ago

Xuggler seems to be very promising! I was able to implement first example application that decodes a video and takes frames by given rate. The app is also able to make animated gif from extracted images.

Closing this task and moving to implementation task.