cdgriffith / FastFlix

FastFlix is a free GUI for H.264, HEVC and AV1 hardware and software encoding!
https://fastflix.org/
MIT License
1.13k stars 55 forks source link

Feature Request: get the CRF suggestions back D: #63

Closed L0Lock closed 4 years ago

L0Lock commented 4 years ago

I see in this commit you added more CRF values. Which is neat!

But I also see you removed the little resolutions parentheses. IMHO these were neat as well. I mean, even though I know how to choose the proper CRF values, I'm always a little lazy concerned about the time I spend prevaricating instead of hitting the Convert button.

On a more serious tone, I think these indications are a good thing for anyone a bit new to ffmpeg or just in need for tools that are quick and easy to understand.

So... Maybe it would be nice to add them back ?

cdgriffith commented 4 years ago

The problem with them was they weren't especially clear, and with more CRFs didn't want to have too much confusion, but I think you are right. I am adding them back with a bit more details in the tool tip.

Edit: That, and at least one person found them useful, so probably more have as well. So thanks for letting me know!

cdgriffith commented 4 years ago

Added again in https://github.com/cdgriffith/FastFlix/releases/tag/2.6.1, thanks!