Skip to content

Conversation

@anne-o-pixel
Copy link

@anne-o-pixel anne-o-pixel commented Nov 9, 2025

Hello

On my Archlinux, NVEncC is not found:

python3 -c "
import shutil
print('nvencc:', shutil.which('nvencc'))
print('NVEncC:', shutil.which('NVEncC'))
"

give me

nvencc: /usr/bin/nvencc
NVEncC: None

So even if I had nvenc, I was using ffmpeg_hevc_nvenc
With my change, it's avoid me doing sudo ln -s /usr/bin/nvencc /usr/local/bin/NVEncC

@cdgriffith cdgriffith changed the base branch from master to develop November 25, 2025 20:00
@cdgriffith
Copy link
Owner

Thank you for the great addition!

@cdgriffith cdgriffith merged commit e8b28a3 into cdgriffith:develop Nov 25, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants