abdullahfarwees / screen-recorder-ffmpeg-cpp

*Multimedia project* A screen recording application to capture your desktop and store in a video format. Click here to watch the demo
https://youtu.be/a31bBY3HuxE
MIT License
177 stars 66 forks source link

Runtime error #13

Closed linpogo closed 4 years ago

linpogo commented 4 years ago

Hi sir, I run your program on ubuntu18. It will appears the following message. "./ScreenRecorder: error while loading shared libraries: libva.so.1: cannot opeshared object file: No such file or directory". I google how to install this sharre libraries.

sudo apt install libva1 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libva1

I can't install libva1. Could you help me to solve this problem?

abdullahfarwees commented 4 years ago

sudo apt update sudo apt install libva-dev

This might help you!.