HandBrake / HandBrake/HandBrake

Possibility to resize / scale video by factor or percent

Open
#5,127 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement
Dominant language
C
Stars
24.4k
Forks
1.7k
Avg merge
5d 1h
Merged PRs (30d)
8

Description

HandBrake - Possibility to scale video by factor or percent -- Often I'm in the situation 1) to reduce screencasts made on a @2x display to @1x resolution. 2) or other downscaling by meaningfull factors like *0.25 or *0.5 or *0.75 to achieve a best possible downscaling (= fewest pixel interpolation artefacts) -- WORKAROUND: Calculate yourself -- SourceDimension (860)  x  ScalingFactor 0.5 = TargetDimension (430) • Final Dimensions to my assure myself. At PAR 1:1 it usually is. •  Except maybe when choosing odd image dimensions not align-able with macroblock. I do not recall that this ever happened to me.

Environment

  • Currently using HandBrake 1.6.1 on macOS 11.7.4 Big Sur
  • I'd like to see the feature for all platforms ofc, but for Mac only (for starters) would be fine for me too personally

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file, test, or entry point. Start by examining HandBrake's existing dimension controls and the stated PAR and macroblock constraints; done means users can specify scaling by factor or percent without manually calculating target dimensions.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.