Answers for "ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory"

0

MovieWriter stderr: ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory

conda update ffmpeg
Posted by: Guest on July-15-2020
0

ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory

# ffmpeg 3.4.1
conda install ffmpeg x264=20131218 -c conda-forge

# ffmpeg 4
conda install x264=='1!152.20180717' ffmpeg=4.0.2 -c conda-forge
Posted by: Guest on October-16-2020

Code answers related to "ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory"

Browse Popular Code Answers by Language