Opened 5 years ago
Closed 5 years ago
#8577 closed defect (needs_more_info)
pc crashes while encoding
Reported by: | Yash | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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:
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
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | Screenshot from 2020-03-20 15-25-06.png added |
---|
comment:1 by , 5 years ago
Component: | ffmpeg → undetermined |
---|---|
Version: | 4.2 → unspecified |
If your computer restarts there is no bug that can be fixed in FFmpeg because crashes in user space programs like ffmpeg
must never restart the whole system.
If you believe there is a bug in FFmpeg please test current FFmpeg git head, the only version supported here, paste the command line you tested together with the complete, uncut console output here in the ticket, do not provide screen shots. For crashes, backtrace, disassembly and register dump are also required, see: http://ffmpeg.org/bugreports.html
Your description almost certainly indicates a hardware problem.
comment:2 by , 5 years ago
And please remove -hide_banner
from your command line if you report an issue.
comment:3 by , 5 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
log_file