Появился lossless оптимизатор файлов Ogg Vorbis. Программа позволяет уменьшить в размерах (до 10%) уже существующие файлы Ogg Vorbis путём оптимизации внутренних данных Vorbis.
Страница проекта: https://github.com/OptiVorbis/OptiVorbis
@for /F "delims=" %%S in ('dir /S /A-D /B *.flac') do @(
flac "%%~dpnS.flac" --force -8ep
@echo.
@echo --------------------------------------------------------------------------------
)-8epr8. Спасибо =)-8 65233639 байт
-8ep 65173327 байт
-8epr8 65173394 байт
-8ep как было 
Rarewares exact rice
ep 8 844 484 8 825 557
epr8 8 844 484 8 825 557
Rarewares exact rice
ep 36 894 557 36 884 272
epr8 36 887 119 36 876 761r8 делает в билдах без поддержки этой фичи =)https://hydrogenaudio.org/index.php/topic,122179.msg1014266.html#msg1014266So, why does FLAC outperform very advanced codecs like SAC here? Because these high partition orders make FLAC able to 'switch' extremely quickly if the signal does so too. If you look at the signal, it is almost a square wave: you have some samples (about 10) with exactly the same value, then a upwards slope for a few samples, than some more samples with exactly the same value, then a downward slope. With an extremely high partition order, FLAC can spend few bits on the samples with the exact same value and spend more bits on the slopes. If you use -r6 like the presets do, all these samples need to use the same number of bits (more exact: the same rice parameter) to be described.