This is the command I am using:
for i in *.mp4; do ffmpeg -i "$i" -map_metadata -1 -c:v libvpx-vp9 -c:a libopus -crf 19 "${i%.*}.webm"; done
It will run fine for a while, it got about 75% through the first file last time I ran it. But then it hard freezes, the whole system is locked up. The only way I can reset is to hold down the power button.
Specs of computer:
i5-3330s
8GB RAM
256GB SSD
Running Latest Zorin OS Lite (reinstalled yesterday, so nothing on it except what is preinstalled and ffmpeg)
I ran prime95 for half an hour and it didn't crash there, and the cpu temps never went over 55 degrees, so I don't think it's an overheating issue.
FFMPEG doesn't "crash" really, so there is no error output, it just completely freezes.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Have you checked syslog, journalctl ? (could be ram issues, cpu issue, driver issue,...)
users currently on my ignore list: deadrats, Stears555, marcorocchini -
I'm not sure the exact time of the freeze as I was afk when it happened, Around the time I think it happened there is a download in the syslog. "fwupdmgr" and "updating lvfs". Not really sure what that means tbh.
The first line that seems to be related to it says *pc name* CRON[3841]. I looked it up and CRON is apparently a task schedueler, so I'm guessing this was just a schedueled firmware update.
Could that have caused it, or is there something else I should look for in the logs files? -
Hardware issues usually show up in the kernel log file, software issues basically can show up in any log file and shape
users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
syslog, kernel.log and journalctl are the first things I would look at then X0rg or similar log files, that are associated with the display manager&co, might be an over active power management option going wrong or similar.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Okay, if you can't find anything, try to reproduce the issue while having a tail on the logs, so if it freezes you might see something
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
how to compile and run ffmpeg for 64 bit Linux?
By oduodui in forum LinuxReplies: 4Last Post: 6th Apr 2022, 03:13 -
How to install ffmpeg cli in linux
By Anonymous543 in forum Newbie / General discussionsReplies: 3Last Post: 22nd Dec 2021, 10:45 -
[LINUX] can ffmpeg (or any othe linux command) genere an ANIMATED waveform
By Jintor_Universe in forum ProgrammingReplies: 5Last Post: 28th Oct 2021, 19:29 -
ffmpeg and NVIDIA support under Linux
By jeyjey in forum LinuxReplies: 1Last Post: 19th Mar 2021, 08:47 -
Help needed using ffmpeg on Linux
By tom0184 in forum Video Streaming DownloadingReplies: 2Last Post: 12th Mar 2020, 11:01