HDR to SDR v3.2.1
Bitrate & Quality controls
- Typed Target Bitrate / Quality values are now respected exactly. No more silent snapping to the nearest 500 kbps step when you type a precise number and hit Enter.
- Fixed the Target Bitrate ceiling being silently rounded down, which could cap your achievable max bitrate below what you actually asked for.
- Fixed a construction-time bug where the Quality slider could overwrite a restored Target Bitrate value on launch.
- Realigned the Quality row under Gamma for consistent vertical alignment in the controls panel.
Layout fixes
- Preview images (Original HDR / Converted SDR) no longer sink below their labels and seek buttons when the window is resized taller.
- The batch queue no longer overtakes the window on resize. It's a fixed, taller queue now (15 rows, up from 8) that always sits directly above the Convert button, and extra window space goes to growing the preview images instead.
- Fixed the info/error labels and Pro banner overlapping the Display Preview and quality-mode rows.
- The progress bar now resets correctly after a single-file conversion finishes.
Fixes
- Fixed the GPU→CPU conversion retry path to always derive from a full snapshot of the original request, instead of potentially reusing stale state.
Under the hood
Continued internal reorganization: ffmpeg command construction was extracted into its own module, and the GUI/conversion boundary was formalized behind dedicated request/view/run types. No user-visible behavior change, but it's what made several of the fixes above safe to make.
Full Changelog: v3.2.0...v3.2.1