Results 60 comments of Philip Heron

There's nothing to test yet, it still needs to be coded :-)

Yes, but I can't say when I'll get time. There are a few other things I need to fix/improve first.

Do you have or know of any devices that can make use of the feature?

I've been considering adding a playlist function. It wouldn't be hard to generate a playlist for all the files in a directory. For the EPG, do you mean having a...

It's probably easier to use xargs: `$ cat playlist.txt | xargs -d "\n" ./hacktv -f 855250000 -g 47` I'd still like a proper playlist function within hacktv, but this does...

Hi Paul, You could do this now with the --exec command, for example: `$ fswebcam --loop 60 --exec "mkdir -p /timelapse/%Y-%m-%d" --png 6 /timelapse/%Y-%m-%d/%H-%M-%S.png` I do like the idea of...

The first few frames from a camera can be poor quality. Try skipping a few with the --skip option. The exact number needed may depend on the hardware and lighting...

The `ssdv` program currently only processes a single image a time, so it's not well suited for piping. You *can* pipe packets into it provided they're all for a single...

I've pushed a VITC inserter, you can try it with `--vitc`. It should work with NTSC and PAL modes, but I have only been able ot test it with ffmpeg's...