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

FFmpeg trac at avcodec.org
Wed Mar 25 19:20:24 CET 2015


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

Comment (by Bl_cK):

 windows drag&drop .bat for quick reproducing:

 cd /d "%~dp0"
 ffmpeg.exe -v error -i %1 -f null - >CON 2>&1
 IF %ERRORLEVEL% NEQ 0 (
   move %1 "./bad"
  )

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


More information about the FFmpeg-trac mailing list