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

Image compression #495

Open
strarsis opened this issue Jun 12, 2023 · 3 comments
Open

Image compression #495

strarsis opened this issue Jun 12, 2023 · 3 comments
Labels
wontfix This will not be worked on

Comments

@strarsis
Copy link

I want to use FastFlix for minifying a single image (JPEG; PNG or TIFF source image) using AVIF.
AVIF encoding takes a long time with Squoosh. probably because it is only using the CPU.

How can I use FastFlix to encode the input image to AVIF on a NVIDIA GPU?

@strarsis strarsis added the feature request New idea for project label Jun 12, 2023
@cdgriffith
Copy link
Owner

FastFlix is only designed for videos, so not something really possibly with the encoders it uses behind the scenes.

Squoosh is handy to use but slow, can run avifenc on your computer to make it a lot faster https://web.dev/compress-images-avif/#encoding-avif-images-with-avifenc

I do not know of any GPU based image encoder software wrapper. Would be cool if found, but not something in scope for FastFlix.

@cdgriffith cdgriffith added wontfix This will not be worked on and removed feature request New idea for project labels Jun 13, 2023
@user18081972
Copy link

Isn't AVIF just an image format though, not a video format?
"FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more! "

@cdgriffith
Copy link
Owner

Animated AVIF can either be a sequence of images or a video file, just without audio. The video converters - like SVT-AV1 - will convert it into a video and then put it in an AVIF container.

If one did convert it to a sequence of images, it would still be like the case of a GIF, where it's animated and not a single image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants