]> git.sesse.net Git - cubemap/commit - README
Add a LD_PRELOAD-able library to force Metacube output from FFmpeg.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Apr 2023 20:09:07 +0000 (22:09 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Apr 2023 20:11:11 +0000 (22:11 +0200)
commit3a1d58dee269fdca9cab7f482e4e8695b3fb2ffd
tree1b07bbb0e11179d62c780ba5a9f9cca91ec49bfc
parent581694ded2a2de99cad7383f04a0ee1fb588f27d
Add a LD_PRELOAD-able library to force Metacube output from FFmpeg.

This hooks just the right amount of functions to add Metacube output
to arbitrary FFmpeg programs, but is obviously very brittle.
(Native FFmpeg support would be better, but a patch did not
go through when I tried a while back.) It is only lightly tested.
Documentation in the README and cubemap.config.sample.
Makefile.in
README
configure.ac
cubemap.config.sample
ffmpeg_metacube_hack.c [new file with mode: 0644]