Opened 10 years ago
Closed 7 years ago
#3886 closed defect (fixed)
imc: read coefficients failed
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | imc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
It's unlikely that someone will fix this bug, but I will report it anyway.
C:\>ffmpeg -i imc_44khz.wav out.wav ffmpeg version N-65672-g65f05ef Copyright (c) 2000-2014 the FFmpeg developers built on Aug 15 2014 22:01:33 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 3.100 / 54. 3.100 libavcodec 56. 0.101 / 56. 0.101 libavformat 56. 1.100 / 56. 1.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.100 / 5. 0.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 0.100 / 1. 0.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, wav, from 'imc_44khz.wav': Duration: 00:00:30.01, bitrate: 88 kb/s Stream #0:0: Audio: imc ([1][4][0][0] / 0x0401), 44100 Hz, mono, fltp, 88 kb /s Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf56.1.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s Metadata: encoder : Lavc56.0.101 pcm_s16le Stream mapping: Stream #0:0 -> #0:0 (imc (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help Multiple frames in a packet from stream 0 [imc @ 02f0f6a0] Read coefficients failed Error while decoding stream #0:0: Invalid data found when processing input [imc @ 02f0f6a0] Read coefficients failed Error while decoding stream #0:0: Invalid data found when processing input [imc @ 02f0f6a0] Read coefficients failed Error while decoding stream #0:0: Invalid data found when processing input [imc @ 02f0f6a0] Read coefficients failed Error while decoding stream #0:0: Invalid data found when processing input [imc @ 02f0f6a0] Read coefficients failed Error while decoding stream #0:0: Invalid data found when processing input size= 2449kB time=00:00:30.01 bitrate= 668.4kbits/s video:0kB audio:2448kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.003111%
Attachments (8)
Change History (18)
by , 10 years ago
Attachment: | imc_44khz.wav added |
---|
by , 10 years ago
Attachment: | imc_22khz.wav added |
---|
by , 10 years ago
Attachment: | imc_11khz.wav added |
---|
comment:1 by , 10 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | imc added |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
by , 9 years ago
by , 8 years ago
by , 8 years ago
Attachment: | 8khz_output_from_original_codec.avi added |
---|
by , 8 years ago
comment:5 by , 8 years ago
by , 8 years ago
comment:7 by , 8 years ago
I attached also some unrelated samples - likely no sense to create separate tickets.
comment:9 by , 8 years ago
sipr_16k_could_be_better.rm - metalic artifacts around 21-32s
14_4_could_be_better.ra - some "clicks" and not clear sound
truespeech_could_be_better.wav - original codec decodes it better (imho)
comment:10 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed in 06a66e7d9496adde91a54f3641eec321a093e5a5.
For other codecs open separate tickets.
Note:
See TracTickets
for help on using tickets.
Works fine with
mplayer -ac imc imc_11khz.wav
.