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

Feature: Allow choosing compression levels for formats that support them #39

Open
EpicLPer opened this issue Jun 18, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@EpicLPer
Copy link

Heya,

I'm trying to convert a few files into FLAC, which supports different compression levels. It would be nice if the GUI had an option to choose different levels, as of right now it just uses level 0 which generates rather huge files (compared to OGG).

A bit offtopic to this issue but it might in general be nice to edit the ffmpeg options (maybe as an "Advanced" feature to be enabled via docker variables globally?) or have pre-defined presets you can create :) Right now ffmpeg itself decides what options it'll use by default, which sometimes uses too high of a quality for whatever input file you give it.

Thanks!

@C4illin
Copy link
Owner

C4illin commented Jun 18, 2024

Yes I was thinking of having some options per converter but haven't found the time yet :)

But the default values should be good, for ease of use. Is 0 a good default?

@EpicLPer
Copy link
Author

Compression is lossless in this case, it just affects the filesize in the end. Converting a ~8MB OGG to a 50MB FLAC (compression 0) is a bit "too much" in my eyes tho ^^"
With higher compressions these go down significantly.

@C4illin C4illin added the enhancement New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants