[FFmpeg-trac] #10175(undetermined:new): wavarc: fix decoding of compression level 5
FFmpeg
trac at avcodec.org
Tue Feb 7 15:08:51 EET 2023
#10175: wavarc: fix decoding of compression level 5
-------------------------------------+-------------------------------------
Reporter: ami_stuff | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
decompresses correctly with wa32.exe
{{{
./ffmpeg -i 8_33_M_C5.WA -y out.wav
ffmpeg version N-109763-g3b3a321fed Copyright (c) 2000-2023 the FFmpeg
developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
configuration:
libavutil 57. 44.100 / 57. 44.100
libavcodec 59. 63.100 / 59. 63.100
libavformat 59. 38.100 / 59. 38.100
libavdevice 59. 8.101 / 59. 8.101
libavfilter 8. 56.100 / 8. 56.100
libswscale 6. 8.112 / 6. 8.112
libswresample 4. 9.100 / 4. 9.100
[wavarc @ 0x55d7efe39440] Failed to open codec in
avformat_find_stream_info
Last message repeated 1 times
[wavarc @ 0x55d7efe39440] Could not find codec parameters for stream 0
(Audio: wavarc (5ELP / 0x504C4535), 33333 Hz, 0 channels, u8p):
unspecified number of channels
Consider increasing the value for the 'analyzeduration' (0) and
'probesize' (5000000) options
Input #0, wavarc, from '8_33_M_C5.WA':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: wavarc (5ELP / 0x504C4535), 33333 Hz, mono, u8p
Stream mapping:
Stream #0:0 -> #0:0 (wavarc (native) -> pcm_s16le (native))
Error while opening decoder for input stream #0:0 : Invalid data found
when processing input
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10175>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list