Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… and MSAA - Replace CRF slider with named quality preset dropdown (Highest/High/Medium/Low/Lowest) that shows the correct parameter name and value per encoder family (CRF, QP, CQ) - Add EncoderFamily enum mapping each encoder to its quality scale (0-51 vs 0-255 for AV1) - Remove AV1 QP scaling hack from build_encoder_flags; values now come pre-scaled from presets - Fix batch mode fps/ETA estimation using per-file timer instead of batch-start timer - Force window-level MSAA to 0 in vidext to prevent glReadPixels on multisampled default FB - Cap MSAA slider at 8x (hardware limit for most GPUs) - Add PBO double-buffered async readback with threaded encoding for frame capture - Flush last PBO-buffered frame before closing encoder Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.