Questions regarding how rotated videos are stored in recent iOS versions
Hello,
I'm trying to clarify how recent iOS version handle the storage of rotated videos.
Previously, as I understand, smartphones typically stored videos with a fixed orientation (e.g., landscape mode) and included rotation information in the video's metadata. Playback platforms could then use this rotation metadata to correctly orient the video.
However, it seems that newer OS versions might be encoding videos by physically rotating the video data itself during the encoding process, while setting the rotation metadata to 0. This approach ensures correct playback orientation regardless of whether the playback platform (such as web browsers) supports rotation metadata or not.
Could you confirm whether this understanding is correct? If so, could you also specify from exactly which OS version this behavior was introduced or changed?
Thank you!