PDA

View Full Version : Oggre Compression Test Error


brispuss
25-11-2019, 22:22
Trying to compress all ogg files as a test using Oggre (CLS-OGGRE.dll placed in FreeArc Bin sub-folder).

This is the command I tried (wanting to compress ALL ogg files by recursing) -

arc a -m0 -r oggre_store_test.arc -moggre *.ogg

But got error message after running this command.

Screenshot shows what happened.

Why is there an error?

78372
25-11-2019, 23:23
CLS should be used for packing, not for unpacking

brispuss
26-11-2019, 00:04
Thanks, but I must be missing something here?

I am trying to compress/pack ogg files using oggre via FreeArc.

What should be changed in the commands/programs to allow oggre to compress ogg files, please?

78372
26-11-2019, 00:47
Here's an example

brispuss
26-11-2019, 02:16
Thanks.

Looking into the provided examples.

In the meantime I've created a batch file that actually works for oggre to process all ogg files recursively. But the problem seems to be to get oggre running under FreeArc.

amcic1999
13-01-2020, 17:34
Thanks.

Looking into the provided examples.

In the meantime I've created a batch file that actually works for oggre to process all ogg files recursively. But the problem seems to be to get oggre running under FreeArc.

Trying to compress all ogg files as a test using Oggre (CLS-OGGRE.dll placed in FreeArc Bin sub-folder).

CR2032
12-06-2022, 07:40
CLS should be used for packing, not for unpacking

78372, hello.

CLS-OGGRE.dll should be used for unpacking, not for packing!

For packing should be used OGGRE_enc.exe.

CR2032
12-06-2022, 07:42
Here's an example
Thank you so much for example.