[FFmpeg-trac] #8577(ffmpeg:new): pc crashes while encoding

FFmpeg trac at avcodec.org
Fri Mar 20 12:07:24 EET 2020


#8577: pc crashes while encoding
----------------------------------+----------------------------------
             Reporter:  yash1994  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  ffmpeg    |                  Version:  4.2
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+----------------------------------
 I am encoding a lot of videos at different bitrates and resolutions, I am
 also calculating VMAF score for each encoded videos. While doing this my
 pc randomly crashes/restarts regardless of the specific time, input video
 and the task (video encoding, VMAF calculation). I am using the following
 two commands:
 Video encoding:
 {{{
 ffmpeg -hide_banner -loglevel verbose -nostats -i input.mp4 -crf 20
 -maxrate 0.1M -bufsize 0.2M -s 640x360 -y output.mp4
 }}}
 VMAF calculation"
 {{{
 ffmpeg -hide_banner -loglevel verbose -i output.mp4 -i input.mp4 -lavfi
 "[0]scale=640:360[scaled];[scaled][1]libvmaf" -f null-
 }}}
 When i see output log after pc restart i only see following thing:
 [[Image(https://drive.google.com/open?id=1oZrjtk0A6KEY4tbVGKevmjaZKQAzmrOg)]]

 system configuration:
 Description:    Ubuntu 18.04.3 LTS
 Release:        18.04
 Codename:       bionic
 kernel version: 4.15.0-91-generic
 gcc: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
 g++: g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
 FFmpeg: 4.2.2
 VMAF: 1.5.1

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


More information about the FFmpeg-trac mailing list