Conversation
The launch screen offered four 16:9 tiers and one vertical, which is not the set a social-media project needs. The Format picker now carries: - 1080p, 720p, 4K — the existing 16:9 tiers - Vertical 9:16 — TikTok, Reels, Stories, Shorts - Portrait 4:5 — Instagram feed - Square 1:1 — the older feed shape - Cinema 2:1 — the widescreen film crop - Widescreen 21:9 — ultrawide The picker is a Select now, not the segmented strip: eight options with aspect words beside several of them would truncate in a strip. The label says Format, not Resolution, because it picks a shape as much as a number. Closes jub0t#109 (the project side; the export side is #<PR export number>).
Domica
force-pushed
the
feat-project-aspect-ratio
branch
from
September 22, 2026 19:19
796bd79 to
6e68dc9
Compare
Contributor
Author
|
Withdrawn. Will be opened at a later date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The launch screen's Format picker carries eight shapes, where the old Resolution field offered four 16:9 tiers and one vertical:
The picker is a Select now, not the segmented strip: eight options, with aspect words beside several of them, would truncate in a strip. The label says Format, because it picks a shape as much as a number.
Why
A 4:5 Instagram post, a 1:1 feed shape, a 2:1 cinematic crop and a 21:9 ultrawide all had to start as 16:9 and be cropped by hand, and the project's frame said 1920 × 1080 the whole time. A project born 9:16 exports 9:16; the export side's "Original project resolution" (PR 1/2, #175) is what makes that visible without scaling.
Companion
This is PR 2/2 of the pair for issue #109. PR 1/2 (#175) is the export half:
Original project resolution,1.5× project,2× project, the frame rate'sOriginal, and a fixed2560 × 1080.Verification
cargo check -p concat(runs on CI)each starts the timeline at the picked shape and the swatch follows
Closes #109 (project side).