bytedeco/javacv

FFmpegFrameGrabber doesn't autorotate frames

Open

#1,222 opened on Jun 5, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I noticed that FFmpegFrameGrabber does not autorotate frames nor does it allow to enable handling rotation automatically. I checked that with the ffmpeg command line tool and it does automatically rotate videos with "rotation" metadata set (so the output video does NOT have "rotation" metadata set and is already at the right orientation).

Contributor guide