[TIMOB-1281] iOS: Detecting Video Orientation
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T22:47:24.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | ctredway |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:48:26.000+0000 |
Updated | 2017-06-07T21:33:05.000+0000 |
Description
A customer reported this:
http://developer.appcelerator.com/helpdesk/view/27631">http://developer.appcelerator.com/helpdesk/view/27631
Basically, Apple's Quicktime will auto rotate a video so that it will view 'in a correct orientation' even when the video was taken in landscape. Non quicktime video viewers do not do this so they will not show 'correctly'.
These Apple forum posts talk about this:
http://lists.apple.com/archives/quicktime-api/2009/Jan/msg00148.html">
http://lists.apple.com/archives/quicktime-api/2009/Jan/msg00148.html
http://lists.apple.com/archives/quicktime-api/2009/Jan/msg00149.html"> http://lists.apple.com/archives/quicktime-api/2009/Jan/msg00149.html
This customer is asking that we detect the orientation and flip it to be correct.
iPhone OS 4
This bit of Python does the trick:
http://github.com/danielgtaylor/qtrotate">http://github.com/danielgtaylor/qtrotate
Resolving ticket as Invalid as there is hardly any information whatsoever and this was created in April 2011 with no response since that time.