Skip to content
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

downscale jpeg and webp for html5 client #3333

Closed
totaam opened this issue Nov 1, 2021 · 1 comment
Closed

downscale jpeg and webp for html5 client #3333

totaam opened this issue Nov 1, 2021 · 1 comment
Labels
encoding enhancement New feature or request

Comments

@totaam
Copy link
Collaborator

totaam commented Nov 1, 2021

nvjpeg #2984 is re-using part of the video encoders code path, but without the csc or scaling part.

The video scaling is only calculated when evaluating pipelines, but we don't use pipelines for nvjpeg.
Also, we may want to use plain jpeg too.

@totaam totaam added enhancement New feature or request encoding labels Nov 1, 2021
@totaam
Copy link
Collaborator Author

totaam commented Nov 30, 2021

Done as part of 749598a for nvjpeg, #3367 amongst many encoding improvements.
See also #3337, "pseudo-lossless": 51b0615.
jpeg and webp are now peudo video encoders: 104cfc4, 104cfc4.
Other scaling changes: 8302076.

@totaam totaam closed this as completed Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encoding enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant