2022-03-29, 02:27 AM
I use the following ffmpeg command to convert the video:
It just use 15% cpu and 60%-70% gpu to convert the video.
TotalCode Studio use nearly 100% cpu and the same percent gpu to convert the video even I use IQSV mode and DirectShow.
How to reduce cpu usage of TotalCode Studio?
Thanks for helping.
Code:
ffmpeg -hwaccel qsv -c:v h264_qsv -i input.mp4 -c:v h264_qsv -b:v 5000k -c:a copy output.mp4
It just use 15% cpu and 60%-70% gpu to convert the video.
TotalCode Studio use nearly 100% cpu and the same percent gpu to convert the video even I use IQSV mode and DirectShow.
How to reduce cpu usage of TotalCode Studio?
Thanks for helping.