QOI – The “Quite OK Image Format” for fast, lossless image compression
1–10 of 105 posts
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#2- "The QOI File Format Specification" 214 points | 3 days ago | 54 comments: https://news.ycombinator.com/item?id=29625084
- "QOI: Lossless Image Compression in O(n) Time" 1057 points | 29 days ago | 293 comments: https://news.ycombinator.com/item?id=29328750
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#3EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#4Is there any open source audio compression format like that? Lossless and very fast. I haven't found any yet. EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#5Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#6Is there any open source audio compression format like that? Lossless and very fast. I haven't found any yet. EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#7Is there any open source audio compression format like that? Lossless and very fast. I haven't found any yet. EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
Using the command line "flac" tool, "flac -0" is the fastest, "flac -8" is the slowest, but produces the smallest files.
In my experience, 0-2 all produce roughly equivalent sized files, as do 4-8.
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#8Is there any open source audio compression format like that? Lossless and very fast. I haven't found any yet. EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
ALAC? FLAC? What is the problem with these?
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#9Is there any open source audio compression format like that? Lossless and very fast. I haven't found any yet. EDIT: I'm thinking about a format that would be suitable as a replacement for uncompressed WAV files in DAWs. Rendered tracks often have large sections of silence and uncompressed WAVs have always seemed wasteful to me.
gzip -1 is lossless and fast. It will somewhat compress pcm data :)
Re: QOI – The “Quite OK Image Format” for fast, lossless image compression
#10https://github.com/richgel999/fpng
Disclaimer: have not actively tried either.