tiny-pilot / tiny-pilot/tinypilot
Refine UX of H264 bitrate slider (in Video Settings dialog)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 291
- PR merge metrics
- No merged PRs in 30d
Description
In the video settings dialog, the slider for adjusting the H264 bitrate has a step size of 50, and a value range of 50–20.000, resulting in 400 slider steps.
That UX can be improved, though, because while it makes sense to fine-tune the bitrate value at the lower end of the scale (e.g. if users are tight on bandwidth), a course-grained step size is sufficient on the upper end of the scale (e.g. the difference between 18200 and 18250 doesn’t matter as much).
Therefore, the slider could better behave logarithmically, i.e. with a continuously increasing step size across the value range. For example with a step size of 25 at the lower end, and a step size of 500 at the upper end. See video demo below, taken from a “quick-and-dirty” mock implementation:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the video settings dialog and review the existing H264 bitrate slider, then compare its behavior with the linked quick-and-dirty mock implementation. Done means the slider uses continuously increasing steps across the 50–20,000 range, with fine adjustments near the lower end and coarser adjustments near the upper end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100