Search the Community
Showing results for tags 'oggre'.
-
Version 0.1.1
16 downloads
OGGRE is an ogg vorbis audio file compressor. In the vorbis format, the final entropy encoding of frames is very well done, so there is very little to pinch there. But with ogg headers and code blocks at the beginning of each ogg file, the situation is completely different, so they had to use deduplication. As a result, we got a win of only 5-7% from lzma. To compress via FreeArc in arc.ini you need to add something like this: [External compressor:oggre] header = 0 packcmd = oggre_enc.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp and use CLS-OGGRE.dll for unpacking. I also made a version for wwise vorbis compression separately - they just removed all the ogg titles and code blocks. The OGGRE compressor for wwise was made quite on the knee, so to encode any file you must first convert it with the ww2ogg utility from .wav to .ogg and then press oggre_enc_wwise.exe. The unpacked instance through the oggre_dec_wwise will correspond to the .wav file, but without the WAVE header. In short, pure play. P.S. If you don't understand how to use, or something isn't working - that's your problem, I've bolted on this project. -
View File OGGRE OGGRE is an ogg vorbis audio file compressor. In the vorbis format, the final entropy encoding of frames is very well done, so there is very little to pinch there. But with ogg headers and code blocks at the beginning of each ogg file, the situation is completely different, so they had to use deduplication. As a result, we got a win of only 5-7% from lzma. To compress via FreeArc in arc.ini you need to add something like this: [External compressor:oggre] header = 0 packcmd = oggre_enc.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp and use CLS-OGGRE.dll for unpacking. I also made a version for wwise vorbis compression separately - they just removed all the ogg titles and code blocks. The OGGRE compressor for wwise was made quite on the knee, so to encode any file you must first convert it with the ww2ogg utility from .wav to .ogg and then press oggre_enc_wwise.exe. The unpacked instance through the oggre_dec_wwise will correspond to the .wav file, but without the WAVE header. In short, pure play. P.S. If you don't understand how to use, or something isn't working - that's your problem, I've bolted on this project. Submitter PsYcHo_RaGE Submitted 06/15/2022 Category Compressors VT Link https://www.virustotal.com/gui/file/7de7ebd9c37cc1f3669eeb0570004091d431044a81d426f901d315532d56972a