[PD] GEM. pix_record producing 1 frame videos

IOhannes m zmoelnig zmoelnig at iem.at
Wed Feb 21 09:39:26 CET 2024


On 2/21/24 09:00, altern wrote:
> 
> sorry, it is PD 0.54.1 for windows 64 bits, the portable version

thanks.

> GEM: video record plugins: PNM

ah well.
the only recording capability that is available for your installation is 
PNM, which creates a portable anymap image, and not really a "film" in 
the traditional sense.

the use-case is typically to write the data to a named pipe and then use 
ffmpeg or whatever to turn that into a real film:

from the commit message:

     1. `mkfifo fifo.ppm`
     2. record frames into `fifo.ppm` with this plugin
     3. encode video with `ffmpeg -f image2pipe -i fifo.ppm ...`


i probably have to add this to the actual documentation.

i'm afraid there is no real video recording backend available on Windows 
at the momemt (there used to be a QuickTime based backend, but apple 
never made this available for 64bit systems - including Windows; also 
iirc the quicktime backends required Gem to be compiled with MSVC which 
i no longer do).

gdmasr
IOhannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20240221/09a67499/attachment-0001.sig>


More information about the Pd-list mailing list