[FFmpeg-trac] #6408(ffmpeg:new): Error while decoding stream #0:1

FFmpeg trac at avcodec.org
Mon May 22 12:05:49 EEST 2017


#6408: Error while decoding stream #0:1
--------------------------------+---------------------------------------
             Reporter:  Gozde   |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 Hi,
 From Windows command prompt i use ffmpeg version below:

 ffmpeg version N-67100-g6dc99fd Copyright (c) 2000-2014 the FFmpeg
 developers
 built on Oct 22 2014 22:10:35 with gcc 4.9.1 (GCC)
 configuration: --enable-gpl --enable-version3 --disable-w32threads
 --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-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-
 libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
 libavutil 54. 10.100 / 54. 10.100
 libavcodec 56. 9.100 / 56. 9.100
 libavformat 56. 10.100 / 56. 10.100
 libavdevice 56. 1.100 / 56. 1.100
 libavfilter 5. 2.100 / 5. 2.100
 libswscale 3. 1.101 / 3. 1.101
 libswresample 1. 1.100 / 1. 1.100
 libpostproc 53. 3.100 / 53. 3.100

 when using following command, only for some videos i got the error
 screenshot attached (error.png)(i couldn't get text output for that, it
 results with empty text, so i attached the screenshot), the same command
 works fine with the other videos .
 Command i tried :

 ffmpeg -i M:\TEST\3f7a15bd28465231.mp4 -map 0:0 -map 0:1 -ac 2 -vf
 "scale=640:360:force_original_aspect_ratio=decrease,pad=640:360:(ow-iw)/2
 :(oh-ih)/2" -ab 32k -ac 2 -b:a 128k -y M:\TEST\3f7a15bd28465231_1.mp4

 then i tried increasing analyzeduration and probsize to max int and
 looking at the video info with the command below, it seems it wasn't
 enough as in the second screenshot (error2.png)

 Command tried: ffmpeg -analyzeduration 2147483647 -probesize 2147483647 -i
 M:\TEST\3f7a15bd28465231.mp4

 What might be the problem?
 Thanks

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6408>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list