Skip to content

Update FFmpeg presets for Rockchip #10034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Conversation

MarcA711
Copy link
Contributor

The presets from this PR #9912 caused significantly higher CPU load (especially on smaller socs) and a bug that caused wrong color output (see #9952)

Changes:

  • convert frames to yuv420p directly using hardware
  • use hwmap (create reference to frame) rather than hwdownload (copy frame)
  • disable afbc (afbc is incompatible with yuv420p output; this results in a small performance loss, but overall we gain performance this way)
  • allow changing aspect ratio when resizing during decoding

Copy link

netlify bot commented Feb 25, 2024

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 01cfc24
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/65db76a00a411000088920fa
😎 Deploy Preview https://deploy-preview-10034--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@blakeblackshear blakeblackshear merged commit 2aee974 into blakeblackshear:dev Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants