this post was submitted on 15 Jun 2023
5 points (100.0% liked)
Left Piracy
2139 readers
1 users here now
A piracy / sharing community for leftists.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
video encoding is far from my area of expertise but i can advise
your CPU is fine as long as its getting proper cooling (if it hasnt overheated and auto-shutdown, then it's ok). Also, 80°F? slightly above comfortable room temperature? you probably misread 80°C, a more reasonable temperature for a CPU at maximum overdrive. Which is fine, CPUs get hot. 90°C is where the problems start. EDIT: 80°C is very hot actually, make sure your fans are working as hard as they can.
Video encoding is just a really complex process that takes its sweet time no matter what, but just in case you can check if handbrake is converting to x264 or x265. x265 is very nicely compressed but takes longer, though its probably doing x264 by default.
check out
ffmpeg
(ffmpeg.org) for the technology behind HandBrake that you can use on its own, presumably with more options… if youre willing to read all those docs 😵💫. But when you have the basics down it makes mass-converting videos with shell scripts super powerful.Yes, I meant Celsius lol. I guess I'll have to look into getting more case fans. So do you think encoding at those temps for multiple hours in the meantime is a bad idea or just something I should fix eventually?
Then i would personally not do it for hours upon hours on end, you should look for a way to cool it down more effectively. 80°C is usually fine if it's in short bursts. If you have an NVIDIA GPU, try using the NVENC option and see if the temperatures are better on that front
Sounds good. Thank you for your help.