In comp.sys.raspberry-pi, Stefan Enzinger <
min...@aon.at> wrote:
> On 2015-12-09 21:11, Eli the Bearded wrote:
>> What software, particularly anything provided by NOOBS, would work for
>> playing scaled-to-fullscreen animated GIFs without the overhead of X11?
> I just googled a little bit and don't if you tried those:
>
>
http://crunchbang.org/forums/viewtopic.php?pid=239059%23p239059
That's a crazy scheme I have not seen before: it's a python script to
make a shell script (or cat'able file) with escape sequences to display
an image as low resolution color block art. It's like AAlib but without
the steroids.
> Somewhere in these postings someone also suggested to convert the .gif
> to a video using ffmpg...
I've already got gifsicle installed. That is one of my standard animated
GIF create / edit tools. I can use that to explode to individual
(unoptimized) GIF frames. From there I know how to create videos with
mencoder, if I want to. (But I don't have either mplayer/mencoder or
ffmpeg installed, now, on the Pi.)
At this point I'm thinking: fim can display still images easily, maybe I
can script it to display single frames images fast enough that it looks
like an animated GIF. In X11, I use feh for that purpose, it has subsecond
precision on the -D delay option. In fim, one of the scripting options
might let me do it.
Elijah
------
FbiStuffGif.cpp has nothing to indicate animation is in the works