| pfsinmulti(1) | General Commands Manual | pfsinmulti(1) |
NAME¶
pfsinmulti - read several streams of frames and write pfs streams to named pipesSYNOPSIS¶
pfsinmulti pfsinmulti <file> [--frames f:s:t] [--skip-frames] [<file>...] -- command @1 @2 [@3 ...]DESCRIPTION¶
Use this command to read several animation sequences and write them to pfsstreams. This command is useful with those pfs programs, which take several pfs streams as arguments. For example, the following command can be used to combine two animations so that there are stitched together:pfsinmulti anim_a-%04d.hdr anim_b-%04d.hdr -- pfscat @1 @2
EXAMPLES¶
- pfsinmulti image1.hdr image2.hdr -- cat @1 @2 | pfsview
-
Does the same as 'pfsv image1.hdr image2.hdr' but in much more sophisticated way.