OptimFROG's --maximumcompression is exactly equivalent to --mode ultranew --seek slow --optimize best.
I STRONGLY recommend NOT to use the deprecated --speedup option. There have been some posts which say that using --speedup 1x obtains better compression. As a courtesy for you and to end any doubts, I tested it on my reduced corpus (80 one minute fragments from Audio-CDs / 846 MB), and the results were very clear.
Comparing --maximumcompression and --maximumcompression --speedup --1x, I obtained the following:
- compression median +0.01455% (--speedup 1x is worse)
- compression average +0.00664% (--speedup 1x is worse)
- 78 of 80 files have a difference between them between -0.05% and +0.05% (very small)
Aside the fact that --speedup 1x several times slower, it is actually worse on average. Please believe me, because as the author of OptimFROG, I can assure you that --speedup 1x cannot be better on average.
If you really want to experiment, you can also try --maximumcompression --seek min (or equivalently --mode ultranew --seek min --optimize best), and select the best of the two. But, if you do not select the best by hand, you should stick to using --maximumcompression only.
This --maximumcompression switch was added especially to avoid using long switches and confusion for achieve the MAXIMUM compression.
OptimFROG has also very fast modes. For example, WavPack at its highest level (wavpack -h) decodes at 50x, and OptimFROG at the FASTEST level (ofr --mode fast) decodes at 34x, already obtaining 0.63% better compression (result obtained on a 80 CD / 50 GB audio corpus).
The mode ofr --mode bestnew --seek slow --optimize best already obtain 0.2% better compression than la --high (on the same 50 GB audio corpus). Additionally, LA fails badly on a significant number of files, with compression worse with 2-7% than OptimFROG.
OptimFROG highest setting is clearly better than LA. The --maximumcompression works well for realtime decoding. It uses 60% of CPU for realtime decoding on my 2.8 GHz P4.
BTW, there is available (at
http://www.LosslessAudio.org/) since yesterday a new beta version (4.520b1) of OptimFROG. The new promised experimental version, with significant improvements in compression (0.6% on average), is almost ready and probably will be released next week

.
Thanks to all for your support,
Florin Ghido