#2654 closed defect (fixed)
dxa_encode: Audio encode fails on filenames with spaces
Reported by: | SF/noizert | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
I tried the new encoder today (latest build) and found one bug in the encoder.
When encoding "Get Car", lame fails with: excess arg Get. Encode_dxa seems to be giving lame -> Get Car instead of ->"Get Car".
Ticket imported from: #1500631. Ticket imported from: bugs/2654.
Attachments (1)
Change History (5)
by , 18 years ago
Attachment: | compress.diff added |
---|
comment:1 by , 18 years ago
We probably just have to quote the file names in encodeAudio(). The following, completely untested, patch might do the trick.
comment:2 by , 18 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | dxa_encoder: fault on "Get Car.smk" → dxa_encode: Audio encode fails on filenames with spaces |
comment:3 by , 18 years ago
I tried an encode or each type (Flac, MP3 and Vorbis), using different tool each time, without any regressions. So commited patch to ScummVM SVN.
comment:4 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
Completely untested patch