blind-rotate-90 - Rotate a video 90 degrees clockwise
blind-rotate-90
blind-rotate-90 reads a video from stdin and prints it, rotated 90
degrees clockwise, to stdout.
blind-rotate-90 is implemented as a shell script pipeline of
blind-transpose(1) and
blind-flop(1), see those for details on
requirements.
blind-rotate-90 is not been optimised for memory usage,
but instead for code simplicity.
blind(7),
blind-rotate-180(1),
blind-rotate-270(1),
blind-flip(1),
blind-flop(1),
blind-transpose(1)
Mattias Andrée <
maandree@kth.se>