Closed luisogandob closed 4 years ago
Hi!
It looks like your version of ffmpeg
is too old. Looking at: https://pkgs.org/search/?q=ffmpeg ffmpeg packages for Centos 7 are version 2.x
. I believe that you need at least 4.x
for this binding to work.
@toots thanks for the help. I figured it out yesterday after compiling ffmpeg. Problem is with ffmpeg-devel libraries (libavcodec, libavfilters) available for Centos in Epel or Nux as you pointed out. Even so, i have no more advances with this cause after i installed ffmpeg-avfilter opam doesn't allow me to install liquidsoap cause incompatibility with ffmpeg. So, is there any way to install ffmpeg-avfilter from opam without sources? And, is not very clear to me, what do i need to use %ffmpeg like the example for HLS cause it was given me a Unsupported Format Error with default Opam installation method. Highly appreciate your help.
You can do two combinations:
1.4.1
with ffmpeg 0.4.1
. These are the currently released versionmaster
with ffmpeg master
. The are the currently developed versionsIf you want to use %ffmpeg
with HLS
, solution 1 is enough and easier.
Unsupported format errors can also happen if ffmpeg
was compiled without support for a format that you are trying to use, typically libfdk_aac
..
I'll close this issue, please feel free to follow-up on slack or by opening a new issue!
Hi! I'm trying to install ffmpeg-avfilter with Opam but it says that package named ffmpeg-avfilter is not found. I also try to install from the repo adding a pin to git but it fails too.
Running: Centos 7 Ocaml: 4.10.0 Opam: 2.0.6