sickbeard_mp4_automator icon indicating copy to clipboard operation
sickbeard_mp4_automator copied to clipboard

How to get/configure SMA to use my Nvidia GPU

Open laryan61 opened this issue 4 months ago • 5 comments

Using SMA, just downloaded and installed it a few days ago, so a recent version.

My system is Linux Mint 20.2 Graphic card: nVidia TU116 [GeForce GTX 1660 Ti]

I built the ffmpeg using the following. ./configure --enable-nonfree --enable-cuda-nvcc --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 --enable-gpl --enable-gnutls --enable-libaom --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-nvenc --enable-cuvid

I only use your manual.py script, calling it from inside my own script the loops the media files, doing some "other" things before and after your script. As it is now it does process my 1080p media down to 720p, with my preferred bitrate, but it seems really slow. I doesn't look like its using my Nvidia GPU at all. Suggestions to allow your script & ffmpeg to utilize my gpu? Is there something I'm missing from my ffmpeg build? Any guidance would be helpful.

I've attached several file for your reference.

sma-codec-list.txt hwaccels-list.txt decoder-list.txt autoprocess.ini.txt sma.log.txt

laryan61 avatar Feb 09 '24 23:02 laryan61