Ticket #1267 (closed feature: invalid)
Rotation of video should be configurable
| Reported by: | zach | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Backlog |
| Component: | general | Keywords: | |
| Cc: | Forum thread: |
Description
Now that pretty much every cell phone has a video camera, it seems like users may want to be able to rotate their video on the client side. We should make it configurable, but maybe limit it to 90 degree increments.
Change History
Note: See
TracTickets for help on using
tickets.

We can do this automatically if height > width. If we presume people hold their phones up, it should be 90deg (clockwise).
Additionally, there can be a rotation option that indeed only accepts 0, 90, 180 and 270. People can use it to override the default (0 or 90) in case we have it wrong.