host: split write_image into GIF and MP4 (fails!)
authorSebastian <git@sraa.de>
Mon, 25 Aug 2014 16:51:52 +0000 (16:51 +0000)
committerSebastian <git@sraa.de>
Mon, 25 Aug 2014 16:51:52 +0000 (16:51 +0000)
commit07ed04f2d475eba5df494c5b85631c8d573fd9ad
treee33f86f857c32a58b085d15724bc5bf9ef92dd33
parent0ec6aae4af7ef0e79970007824f657b3f2547dbe
host: split write_image into GIF and MP4 (fails!)

split write_image() into convert_to_gif() (using ImageMagick 'convert')
and convert_to_mp4() (using FFMPEG) functions.

NOTE:
since the Parallella Ubuntu ships with libav instead of ffmpeg,
and the ffmpeg/avconv binaries don't support type globs, converting
to MP4 does not work - and fails without error message.
d2q9/hsrc/data.c
d2q9/hsrc/main.c