I'm trying to get the max compression for a 750 GB library and I don't care about how much CPU it takes to do it. Before flac 1.40 I used ffmpeg as it generally provided better compression. With 1.40 flac provides better compression most of the time, but there are still some files that ffmpeg compresses better. I've added the -p option wich helped for several files. The parameters I'm using are: flac -f -8 -p ffmpeg -i inputfile -dn -sn -vn -c:a flac -ar 44100 -ac 2 -compression_level 12 -y outputfile From what I can tell the only important parameter here is -compression_level 12. I've tried the flac -e and -M and -r 8 options with no improvement. Are there any -A parameters I can try? Any other ideas? -- Michael D. Lawler email mailto:mdlawler at lawlers.us
Op do 15 sep. 2022 om 14:32 schreef Michael D. Lawler <mdlawler at lawlers.us>:> Are there any -A parameters I can try? Any other ideas? > >I recommend visiting Hydrogenaud.io, specifically this thread: https://hydrogenaud.io/index.php/topic,122949.0.html There are quite a few people there trying various things to get max compression out of FLAC. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/flac/attachments/20220915/c805adeb/attachment.htm>