OptimFROG
From Just Solve the File Format Problem
(Difference between revisions)
(→Information) |
(samples) |
||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | |||
OptimFROG is a proprietary audio file format developed by Florin Ghido which offers losslessa audio compression. It produces files with the extension '''.ofr'''. '''.ofs''' (OptimFROG Small) files are produced by the OptimFROG DualStream branch, which offers high-quality lossy compression. | OptimFROG is a proprietary audio file format developed by Florin Ghido which offers losslessa audio compression. It produces files with the extension '''.ofr'''. '''.ofs''' (OptimFROG Small) files are produced by the OptimFROG DualStream branch, which offers high-quality lossy compression. | ||
== Information == | == Information == | ||
− | |||
* [http://www.losslessaudio.org/DualStream.php OptimFROG - DualStream] | * [http://www.losslessaudio.org/DualStream.php OptimFROG - DualStream] | ||
* [http://www.losslessaudio.org/SDK.php OptimFROG Interface Documentation] | * [http://www.losslessaudio.org/SDK.php OptimFROG Interface Documentation] | ||
Line 16: | Line 14: | ||
== Software == | == Software == | ||
− | |||
* [[Konvertor]] | * [[Konvertor]] | ||
* [http://www.losslessaudio.org/Downloads.php OptimFROG - Downloads] (includes encoders for multiple platforms and input plugins for a number of popular music players) | * [http://www.losslessaudio.org/Downloads.php OptimFROG - Downloads] (includes encoders for multiple platforms and input plugins for a number of popular music players) | ||
Line 22: | Line 19: | ||
=== Other === | === Other === | ||
− | |||
* [https://bitbucket.org/lazka/mutagen mutagen] - a python module handling audio metadata, which includes OptimFROG support. | * [https://bitbucket.org/lazka/mutagen mutagen] - a python module handling audio metadata, which includes OptimFROG support. | ||
− | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|audio/optimFROG}} | ||
+ | |||
+ | == Links == | ||
* [http://members.home.nl/w.speek/comparison.htm Performance comparison of lossless audio compressors] | * [http://members.home.nl/w.speek/comparison.htm Performance comparison of lossless audio compressors] |
Revision as of 12:05, 25 July 2025
Contents |
Description
OptimFROG is a proprietary audio file format developed by Florin Ghido which offers losslessa audio compression. It produces files with the extension .ofr. .ofs (OptimFROG Small) files are produced by the OptimFROG DualStream branch, which offers high-quality lossy compression.
Information
- OptimFROG - DualStream
- OptimFROG Interface Documentation
- Old site, also includes its predecessor, FROG
Software
- Konvertor
- OptimFROG - Downloads (includes encoders for multiple platforms and input plugins for a number of popular music players)
- RadLight directshow filter
Other
- mutagen - a python module handling audio metadata, which includes OptimFROG support.