-
Notifications
You must be signed in to change notification settings - Fork 65
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
Program cannot run properly #15
Comments
After I recompiled and ran it, the program output the following results
|
output.mp4 is only 200+ bytes and does not play properly like sample_video.mp4 ffmpeg version: |
Thank you for sharing. When I tried to open the bin file, I encountered the above problem. Then I set up some file links,
sudo ln -s /usr/lib/x86_64-linux-gnu/libva.so.2.700.0 /usr/lib/x86_64-linux-gnu/libva.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/libx264.so.155 /usr/lib/x86_64-linux-gnu/libx264.so.142
sudo ln -s /usr/lib/x86_64-linux-gnu/libass.so.9.0.2 /usr/lib/x86_64-linux-gnu/libass.so.4
Finally, I ran into this problem again:
./ScreenRecorder: symbol lookup error: ./ScreenRecorder: undefined symbol: x264_bit_depth
Is this because my x264 version is inconsistent with the project?
The text was updated successfully, but these errors were encountered: