Reducing video quality with GPU #154
Replies: 1 comment
|
From the current compressO source, there is no in-app switch that will move video encoding to the GTX 1660. The video codec list exposes software codecs only: So with the current app UI, the practical options are to reduce CPU pressure by using faster or lower-cost settings, lowering resolution/FPS, or running smaller batches. Using the NVIDIA encoder would require compressO to expose and pass an NVENC codec to FFmpeg, and the bundled FFmpeg binary would need to include NVENC support. |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
When I want to reduce the quality of a video, all the pressure is on the CPU and 100% of the CPU power is used. What should I do to reduce this pressure on the GPU? My graphics card is GTX 1660.
All reactions