Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFmpeg cap consider rotation metadata 3.4 #17489

Merged

Commits on Jul 23, 2020

  1. Autorotation for mp4 streams with metadata

    - Add VideoCapture camera orientation property for mp4 videos with camera orientation meta.
    - Add auto rotation for 90, 180, 270 degrees using cv::rotate
    Alexey Lapshin authored and asmorkalov committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f0271e5 View commit details
    Browse the repository at this point in the history
  2. MP4 autorotation tests and various fixes for Windows

    - Added test for automated rotation for  MP4 videos with metadata
    - Fix 180 degrees rotation bug
    - Moved rotation logic to cv::VideoCapture implementation for FFmpeg and restore binary compatibility with FFmpeg wrapper.
    asmorkalov committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    7ed37b3 View commit details
    Browse the repository at this point in the history