#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to