blind-rotate-180.1 (726B)
1 .TH BLIND-ROTATE-180 1 blind 2 .SH NAME 3 blind-rotate-180 - Rotate a video 180 degrees 4 .SH SYNOPSIS 5 .B blind-rotate-180 6 .SH DESCRIPTION 7 .B blind-rotate-180 8 reads a video from stdin and prints it, rotated 9 180 degrees, to stdout. 10 .SH REQUIREMENTS 11 .B blind-rotate-180 12 is implemented as a shell script pipeline of 13 .BR blind-flip (1) 14 and 15 .BR blind-flop (1), 16 see those for details on requirements. 17 .B blind-rotate-180 18 is not been optimised for memory usage, but instead 19 for code simplicity, however, it does not exceed the 20 optimum greatly. 21 .SH SEE ALSO 22 .BR blind (7), 23 .BR blind-rotate-90 (1), 24 .BR blind-rotate-270 (1), 25 .BR blind-flip (1), 26 .BR blind-flop (1), 27 .BR blind-transpose (1) 28 .SH AUTHORS 29 Mattias Andrée 30 .RI < maandree@kth.se >