From: Steinar H. Gunderson Date: Wed, 5 May 2021 18:40:39 +0000 (+0200) Subject: Support input from pipes (subprocesses). X-Git-Tag: 1.5.0~22 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=e3f2936e3c9ff3b5569759c1aaed16f03bf728f8;hp=e3f2936e3c9ff3b5569759c1aaed16f03bf728f8 Support input from pipes (subprocesses). With a program that can output Metacube on stdout, such as a suitably patched FFmpeg binary, this gives Cubemap transcoding/remuxing capabilities. Of course, one cannot upgrade such a binary by SIGHUP-ing it, but it will survive a Cubemap reload/restart. ---