id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 9861 [PATCH] Rotate IPhone videos for proper playback Dave Badia Jim Stichnoth "IPhone videos can appear upside down in myth depending on the orientation of the phone when the video was captured. This patch checks the MOV metadata to detect the orientation and flips the frames if necessary. The MOV metadata is read by ffmpeg so this upstream ffmpeg patch is required to be merged into myth: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=d3cef0a85b7d3fd133a3349341646fe15aeb0030 The flip is executed differently depending on the decoding/rendering method: VDPAU: Simple swap of coordinates as suggested by the nvidia documentation Software: Added a new filter called vflip. This filter will be automatically applied when needed. XVMC: Didn't bother since it's going away Test both active types and it's working well for me This patch can be safely merged into myth prior to the ffmpeg patch - it just won't execute until that's done." Patch - Feature closed minor 0.26 MythTV - Video Playback Master Head medium fixed 0