[GH-ISSUE #1351] [Feature Request] Snap an selecting area to 16 pixels grid #995

Open
opened 2026-02-26 09:33:14 +03:00 by kerem · 0 comments
Owner

Originally created by @Korb on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1351

Originally assigned to: @NickeManarin on GitHub.

Is your feature request related to a problem? Please describe.
I suggest considering the possibility of giving the user the ability to specify the size of the area for video capture, the size of which will be a multiple of 16 × 16 pixels.

Describe the solution you'd like
For all video encoding formats, there are recommendations for the frame size multiple. Previously, it was only 16 (e.g. 640 × 480, 704 × 528, 768 × 576, 832 × 624, 896 × 672, 960 × 720... in the case of a 3:2 ratio). Modern video codecs allow you to effectively optimize video with frames that are multiples of 8 and even 4 pixels (e.g. HEVC). Otherwise, there is a high probability of inefficient encoding, artifacts, and unwanted growth of the file size.

Describe alternatives you've considered
Manual cropping before exporting or using formats that do not make such recommendations.

Originally created by @Korb on GitHub (Nov 7, 2024). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1351 Originally assigned to: @NickeManarin on GitHub. **Is your feature request related to a problem? Please describe.** I suggest considering the possibility of giving the user the ability to specify the size of the area for video capture, the size of which will be a multiple of 16 × 16 pixels. **Describe the solution you'd like** For all video encoding formats, there are recommendations for the frame size multiple. Previously, it was only 16 _(e.g. 640 × 480, 704 × 528, 768 × 576, 832 × 624, 896 × 672, 960 × 720... in the case of a 3:2 ratio)_. Modern video codecs allow you to effectively optimize video with frames that are multiples of 8 and even 4 pixels (e.g. HEVC). Otherwise, there is a high probability of inefficient encoding, artifacts, and unwanted growth of the file size. **Describe alternatives you've considered** Manual cropping before exporting or using formats that do not make such recommendations.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#995
No description provided.