blind-flop.1 (610B)
1 .TH BLIND-FLOP 1 blind 2 .SH NAME 3 blind-flop - Mirror a video horizontally 4 .SH SYNOPSIS 5 .B blind-flop 6 .SH DESCRIPTION 7 .B blind-flop 8 reads a video from stdin and prints it, mirrored 9 horizontally, to stdout. 10 .SH REQUIREMENTS 11 .B blind-flop 12 requires enough free memory to load two frame rows into memory. 13 A frame row requires 32 bytes per pixel it contains, that is, 14 32 bytes times the width of the video in pixel. 15 .SH SEE ALSO 16 .BR blind (7), 17 .BR blind-flip (1), 18 .BR blind-transpose (1), 19 .BR blind-rotate-90 (1), 20 .BR blind-rotate-180 (1), 21 .BR blind-rotate-270 (1) 22 .SH AUTHORS 23 Mattias Andrée 24 .RI < maandree@kth.se >