Ticket #688 (closed defect: duplicate)
could not find codec parameters for flv file
| Reported by: | xire | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | git-master | Keywords: | flv aac |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
ffmpeg.exe fails to recognize flv file. It plays correctly on some other players. flv file attached.
C:\files\input>X:\msys\local\bin\ffmpeg.exe -i 598316_0800_5_E_11-22-11_09-00-00_.flv
ffmpeg version 0.8.7.git, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 26 2011 15:51:16 with gcc 4.5.0
configuration: --enable-memalign-hack --extra-cflags=-I/local/include --extra-ldflags=-L/local/lib --extra-cflags=-USTRICT_ANSI --disable-pthreads
libavutil 51. 29. 1 / 51. 29. 1
libavcodec 53. 37. 1 / 53. 37. 1
libavformat 53. 21. 0 / 53. 21. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 50. 0 / 2. 50. 0
libswscale 2. 1. 0 / 2. 1. 0
[aac @ 00399160] channel element 0.0 is not allocated
Last message repeated 6461 times
[flv @ 00398a60] Could not find codec parameters (Audio: aac, 24000 Hz, stereo, s16)
598316_0800_5_E_11-22-11_09-00-00_.flv: could not find codec parameters
Attachments
Change History
comment:1 Changed 18 months ago by cehoyos
- Keywords aac added
- Status changed from new to open
- Reproduced by developer set
$ ffmpeg -i 598316_0800_5_E_11-22-11_09-00-00_.flv
ffmpeg version N-35182-g8f37c8f, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 26 2011 13:50:32 with gcc 4.5.3
configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc
libavutil 51. 29. 1 / 51. 29. 1
libavcodec 53. 37. 1 / 53. 37. 1
libavformat 53. 21. 0 / 53. 21. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 50. 0 / 2. 50. 0
libswscale 2. 1. 0 / 2. 1. 0
[aac @ 0x13a3bc0] channel element 0.0 is not allocated
Last message repeated 6461 times
[flv @ 0x139d7a0] Could not find codec parameters (Audio: aac, 24000 Hz, stereo, s16)
598316_0800_5_E_11-22-11_09-00-00_.flv: could not find codec parameters



