Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files missing #11

Open
flugalgourmet opened this issue May 16, 2017 · 1 comment
Open

files missing #11

flugalgourmet opened this issue May 16, 2017 · 1 comment

Comments

@flugalgourmet
Copy link

On a new kubuntu 16.04 kvm gpu passthrough install, I ran into a couple problems. First, I had to install git to use the script. Please add that to the list of programs to install via apt. After everything compiled, I could not use nvenc as ffmpeg gave me the following error:
error while loading shared libraries: libavdevice.so.57: cannot open shared object file: No such file or directory
I had libavdevice-ffmpeg56 installed, but I suppose it wants libavdevice-ffmpeg57.

@SimonSword
Copy link

In case this is still relevant or somebody else has encountered this problem:
Have a look at the file 'scripts/ffmpeg.sh' in the install folder. There, the library path of the ffmpeg-nvenc installation is added to the LD_LIBRARY_PATH:

export LD_LIBRARY_PATH="/yourPath/ffmpeg-nvenc/lib":$LD_LIBRARY_PATH

You can, for example, add this line to your '.bashrc' and re-source it after editing using . ~/.bashrc. After that, it should work.

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

No branches or pull requests

2 participants