You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across a video file whose native resolution is 1920x1080 with 90 degree rotation. However, it uses a non-standard rotation tag, so the operations on that file are inconsistent:
movie.transcode works fine (the final result is a 1080x1920 video)
movie.width and movie.height don't work correctly (1920x1080 is reported, with no rotation)
I came across a video file whose native resolution is 1920x1080 with 90 degree rotation. However, it uses a non-standard rotation tag, so the operations on that file are inconsistent:
movie.transcode
works fine (the final result is a 1080x1920 video)movie.width
andmovie.height
don't work correctly (1920x1080 is reported, with no rotation)Here's an excerpt from
ffprobe
:And here's an excerpt from the JSON output:
Unfortunately, I cannot share the video file.
The text was updated successfully, but these errors were encountered: