Opened 13 years ago
Closed 13 years ago
#560 closed enhancement (fixed)
QMP4 video outputs many warnings
Reported by: | bf4648 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | qmp4 asp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
here's my output & attached is the .avi file:
:~/Desktop$ ffmpeg -i qmp4\
ffmpeg version N-33690-g2eaa553, Copyright (c) 2000-2011 the FFmpeg developers
built on Oct 16 2011 02:10:25 with gcc 4.5.2
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
libavutil 51. 21. 0 / 51. 21. 0
libavcodec 53. 20. 1 / 53. 20. 1
libavformat 53. 16. 0 / 53. 16. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 43. 6 / 2. 43. 6
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[avi @ 0xa951ac0] parser not found for codec none, packets or times may be invalid.
[avi @ 0xa951ac0] parser not found for codec pcm_s16le, packets or times may be invalid.
[avi @ 0xa951ac0] max_analyze_duration 5000000 reached at 5000000
Input #0, avi, from 'qmp4 ':
Duration: 00:00:12.13, start: 0.000000, bitrate: 1204 kb/s
Stream #0:0: Video: none (QMP4 / 0x34504D51), 352x288, 30 fps, 30 tbr, 30 tbn, 30 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz, 1 channels, s16, 128 kb/s
Attachments (1)
Change History (3)
by , 13 years ago
comment:1 by , 13 years ago
Keywords: | qmp4 asp added; .avi removed |
---|---|
Reproduced by developer: | set |
Status: | new → open |
Summary: | .avi video can not be decoded by ffmpeg → QMP4 video outputs many warnings |
Type: | defect → enhancement |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
The message has a lower verbosity now, no more warnings are shown while decoding.
Mostly fixed in current git head.