[FFmpeg-trac] #4268(ffmpeg:closed): ffmpeg exits with zero exit code for partial input file

FFmpeg trac at avcodec.org
Sat Jun 27 11:08:23 CEST 2015


#4268: ffmpeg exits with zero exit code for partial input file
-------------------------------------+-------------------------------------
             Reporter:  herby        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  ffmpeg
              Version:  unspecified  |               Resolution:
             Keywords:               |  worksforme
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 {{{
 $ ffmpeg -xerror -i 2-truncated.mp4 -f null -
 ffmpeg version N-73187-g1221b7d Copyright (c) 2000-2015 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      54. 27.100 / 54. 27.100
   libavcodec     56. 45.100 / 56. 45.100
   libavformat    56. 38.102 / 56. 38.102
   libavdevice    56.  4.100 / 56.  4.100
   libavfilter     5. 18.100 /  5. 18.100
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  2.100 /  1.  2.100
   libpostproc    53.  3.100 / 53.  3.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2-truncated.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: isommp42
     creation_time   : 2012-08-27 20:37:14
   Duration: 00:00:04.99, start: 0.000000, bitrate: 80 kb/s
     Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 /
 0x31637661), yuv420p, 478x360, 263 kb/s, 29.92 fps, 29.92 tbr, 359 tbn,
 59.83 tbc (default)
     Metadata:
       creation_time   : 1970-01-01 00:00:00
       handler_name    : VideoHandler
     Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz,
 stereo, fltp, 96 kb/s (default)
     Metadata:
       creation_time   : 2012-08-27 20:37:14
       handler_name    : IsoMedia File Produced by Google, 5-11-2011
 Output #0, null, to 'pipe:':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: isommp42
     encoder         : Lavf56.38.102
     Stream #0:0(und): Video: rawvideo (I420 / 0x30323449), yuv420p,
 478x360, q=2-31, 200 kb/s, 29.92 fps, 29.92 tbn, 29.92 tbc (default)
     Metadata:
       creation_time   : 1970-01-01 00:00:00
       handler_name    : VideoHandler
       encoder         : Lavc56.45.100 rawvideo
     Stream #0:1(und): Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s
 (default)
     Metadata:
       creation_time   : 2012-08-27 20:37:14
       handler_name    : IsoMedia File Produced by Google, 5-11-2011
       encoder         : Lavc56.45.100 pcm_s16le
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> rawvideo (native))
   Stream #0:1 -> #0:1 (aac (native) -> pcm_s16le (native))
 Press [q] to stop, [?] for help
 [null @ 0x37131a0] Encoder did not produce proper pts, making some up.
 [aac @ 0x3712460] decode_band_types: Input buffer exhausted before END
 element found
 Error while decoding stream #0:1: Invalid data found when processing input
 Conversion failed!
 }}}
 {{{
 $ echo $?
 1
 }}}
 {{{-xerror}}} is documented in ''5.11 Advanced options'' on
 https://ffmpeg.org/ffmpeg-all.html and in the full help output of
 {{{ffmpeg}}}.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4268#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list