Opened 12 years ago
Closed 12 years ago
#2492 closed defect (fixed)
Intel indeo 3 decoder error.
Reported by: | K.Y.H | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | indeo3 regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
About 4 second after...
Maybe key frame only decoding.
So not smooth.
Old(maybe 2-3 weeks before) version is ok...
sample is
http://pan.baidu.com/share/link?shareid=444847&uk=3558042035
$ ffmpeg -i OPENINGH.AVI test.avi
ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 22 2013 15:43:40 with gcc 4.8.0 (GCC)
configuration:
libavutil 52. 27.100 / 52. 27.100
libavcodec 55. 5.100 / 55. 5.100
libavformat 55. 3.100 / 55. 3.100
libavdevice 55. 0.100 / 55. 0.100
libavfilter 3. 60.100 / 3. 60.100
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
[avi @ 0037f0a0] non-interleaved AVI
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, avi, from 'OPENINGH.AVI':
Duration: 00:04:26.73, start: 0.000000, bitrate: 2874 kb/s
Stream #0:0: Video: indeo3 (IV32 / 0x32335649), yuv410p, 320x188, 14.98 tbr, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
Output #0, avi, to 'test.avi':
Metadata:
ISFT : Lavf55.3.100
Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x188, q=2-31, 200 kb/s, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 44100 Hz, stereo, fltp, 192 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (indeo3 -> mpeg4)
Stream #0:1 -> #0:1 (pcm_s16le -> ac3)
Press [q] to stop, ? for help
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
...
...
...
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | OPENINGH_cut.AVI added |
---|
comment:1 by , 12 years ago
Keywords: | indeo3 regression added; indeo removed |
---|---|
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed by Anton Khirnov (7109169).
Regression since 7f22530 / a0a872d