stoyanovgeorge / ffmpeg

Automated scripts for installation of ffmpeg and its most popular libraries from source under Ubuntu and a detailed wiki containing a lot of hints and tricks for ffmpeg.
Apache License 2.0
138 stars 19 forks source link

Ubuntu 18.04.04 Fails #5

Open awdrone opened 4 years ago

awdrone commented 4 years ago

vmaf fails. Removed it from the both scripts. FFMPEG still fails to build. SRT and other plugins fail when build and configured with configuration script and make. AWS EC2.

stoyanovgeorge commented 4 years ago

I have prepared a new updated version of the compilation script, and I am currently testing it. I will create a VM with Ubuntu 18.04 and test it accordingly, but I think it should work. I can't test on AWS EC2, I am using KVM. Can you list all the plugins which fail to install here?

feiser2016 commented 4 years ago

the same error happened (ubnutu 18.04.4)

after i disable libvmaf,

ffbuild/common.mak:59: recipe for target 'libavformat/libsrt.o' failed

feiser2016 commented 4 years ago

This is a srt issue.

you can resolve it by this link

https://github.com/Haivision/srt/issues/1382