Opened 19 years ago
Closed 19 years ago
#2205 closed defect (fixed)
TOOLS: Error when compressing SOU with FLAC
Reported by: | SF/cybermutant | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
ScummVM 0.8.0 CVS (Sep 18, 2005) FLAC 1.1.2a
When using compress_scumm_sou with FLAC, compression stops with an error right after the first sample in the SOU file is converted, because "tempfile.fla" is not removed before starting conversion of the next sample and FLAC refuses to overwrite it. You need to pass the '-f' option to FLAC so that it overwrites tempfile.fla without error.
compress_scumm_sou should add '-f' to the commandline when calling the FLAC encoder, or rather delete tempfile.fla before invoking FLAC for the next sample in the SOU file.
This issue was previously reported in bug report #1144526, but it probably went unnoticed.
Ticket imported from: #1294648. Ticket imported from: bugs/2205.
Change History (4)
comment:1 by , 19 years ago
Summary: | Error when compressing SOU with FLAC → TOOLS: Error when compressing SOU with FLAC |
---|
comment:2 by , 19 years ago
Owner: | set to |
---|
comment:3 by , 19 years ago
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'll take a look at this