Opened 8 years ago
Last modified 8 years ago
#6149 open defect
VP6 corruption
Reported by: | cgbug | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | flv regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description (last modified by )
Sample:
https://www.datafilehost.com/d/d5c82fbb
FFmpeg v2.8.6 works OK.
ffmpeg version N-83507-g8fa18e0 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 5.4.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib libavutil 55. 47.100 / 55. 47.100 libavcodec 57. 80.100 / 57. 80.100 libavformat 57. 66.102 / 57. 66.102 libavdevice 57. 2.100 / 57. 2.100 libavfilter 6. 73.100 / 6. 73.100 libswscale 4. 3.101 / 4. 3.101 libswresample 2. 4.100 / 2. 4.100 libpostproc 54. 2.100 / 54. 2.100 [flv @ 0000000000407320] audio stream discovered after head already parsed [flv @ 0000000000407320] video stream discovered after head already parsed [flv @ 0000000000407320] Packet mismatch -265762973 15027 152220 Input #0, flv, from 'vp6_error.flv': Metadata: audiodelay : 0 canSeekToEnd : true Duration: 00:25:38.17, start: 0.000000, bitrate: 555 kb/s Stream #0:0: Audio: mp3, 22050 Hz, stereo, s16p, 49 kb/s Stream #0:1: Video: vp6f, yuv420p, 640x480, 460 kb/s, 24 fps, 1k tbr, 1k tbn
Attachments (1)
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Component: | undetermined → avformat |
---|---|
Description: | modified (diff) |
Keywords: | flv regression added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Regression since cbbd906be6150be38dfc14b6bc67dcac8da8aea4, related to tickets #4867, #4903 and #5648.
by , 8 years ago
Attachment: | vp6_error_cut.flv added |
---|
Note:
See TracTickets
for help on using tickets.
Broken with ffmpeg-20160102-git-7812997
Haven't tested newer builds from 2.8 branch.