You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: