You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to install ffmpeg with needed libraries in docker? Everytime I install it, it shows that the --shared are enabled using ffmpeg -version, but I cannot find the shared files, only ffmpeg executable exists in /usr/bin. Setting the path in init function as null also does not help.
I do these steps in docker:
Libraries in linux (such as used by ffmpeg) are available in many different place depending on your distributor (linux distribution (distro)) and package repository.
How to install ffmpeg with needed libraries in docker?
Everytime I install it, it shows that the --shared are enabled using ffmpeg -version, but I cannot find the shared files, only ffmpeg executable exists in /usr/bin.
Setting the path in init function as null also does not help.
I do these steps in docker:
How do I set up ffmpeg, preferably so that I can set the path to ffmpeg libraries:
as null? The above is Windows version
The text was updated successfully, but these errors were encountered: