Florian Wesch

Results 69 comments of Florian Wesch

Have you tried using h264 videos instead? `ffmpeg -i some.gif -pix_fmt yuv420p out.mp4` usually does the trick (I think). If you need gif to transparency, I'm sure there's a way...

Might be the same problem as #59? What's in `main.c:719`?

It does ignore them. I never thought of using that EXIF information. Interesting idea. I fear that adding this feature now might break a lot of running code through. Some...

I'll try to add some more examples for that feature and make it clear that you'll have to end each line sent with a newline (**\n**).

There is no support for changing the audio volume at the moment. Due to a [firmware bug](https://github.com/raspberrypi/firmware/issues/547) in the Pi, I'm looking at changing audio output to ALSA instead of...

> 1. and 2. Yes. That's how it might be done once volume control is possible from within Lua. The firmware problem doesn't prevent me from changing volume levels -...

I don't think that's possible as outputting audio using OMX is pretty low level. I don't think there's anything to adjust volume from "outside". Depending on how often you want...

> It seems I might be able to use cec-client from raspberry.. will it work while another process is using the HDMI? Yes. I'm using it on the info-beamer hosted...

How do multiple font files and switching between them work for other systems? Multiple files are open and if one doesn't provide a glyph it falls back to the next...