We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I can't execute neothesia-cli on Ubuntu 24.04. I get this error:
./neothesia-cli: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory
Maybe a problem of ffmpeg versions?. It seems neothesia-cli is looking for version 56 of libavutil.so and Ubuntu 24.04 has default installed the 58.
ffmpeg --version output:
libavutil 58. 29.100 / 58. 29.100 libavcodec 60. 31.102 / 60. 31.102 libavformat 60. 16.100 / 60. 16.100 libavdevice 60. 3.100 / 60. 3.100 libavfilter 9. 12.100 / 9. 12.100 libswscale 7. 5.100 / 7. 5.100 libswresample 4. 12.100 / 4. 12.100 libpostproc 57. 3.100 / 57. 3.100
Would it be possible for neophesia-cli to adapt to the requirement of new versions of ffmpeg?
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I can't execute neothesia-cli on Ubuntu 24.04. I get this error:
./neothesia-cli: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory
Maybe a problem of ffmpeg versions?. It seems neothesia-cli is looking for version 56 of libavutil.so and Ubuntu 24.04 has default installed the 58.
ffmpeg --version output:
libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100
Would it be possible for neophesia-cli to adapt to the requirement of new versions of ffmpeg?
Thanks,
The text was updated successfully, but these errors were encountered: