Skip to content

fix(video): dynamically read rotation from ffprobe to support vertical videos#31

Merged
BOTOOM merged 1 commit into
mainfrom
fix/vertical-aspect-ratio
Jun 25, 2026
Merged

fix(video): dynamically read rotation from ffprobe to support vertical videos#31
BOTOOM merged 1 commit into
mainfrom
fix/vertical-aspect-ratio

Conversation

@BOTOOM

@BOTOOM BOTOOM commented Jun 25, 2026

Copy link
Copy Markdown
Owner

Resolves an issue where vertical smartphone videos (shot with rotation metadata instead of physical width/height swap) were displayed as horizontal in the Editor and Export Preview.

The Rust backend now parses the rotation tag from tags.rotate or side_data_list and dynamically swaps the width and height in the VideoMetadata returned to the frontend if a 90 or 270 degree rotation is detected.

@BOTOOM BOTOOM merged commit a3fe8e5 into main Jun 25, 2026
4 checks passed
@BOTOOM BOTOOM deleted the fix/vertical-aspect-ratio branch June 25, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant