Am 27.08.19 um 12:18 schrieb Claudio Mancuso: > Dear, > I'm having trouble to install FFMPEG. I've already written the details in > this post. > https://hydrogenaud.io/index.php/topic,118111.new.html#new > > Can you please help me?
what is unclear in "There was a major API change on libfdk-aac side (FDKv2) on 2018-8-31, and the error is because you are using recent libfdk-aac and old ffmpeg that does not yet support newer API" just build a recent ffmpeg https://ffmpeg.org/releases/ https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 this is pure bullshit: https://gist.github.com/adddog/d82581faf10d666d35b9771eaa65d5ac git clone -b release/3.4 https://github.com/FFmpeg/FFmpeg.git ffmpeg hell, 3.4 is from 2017 and we have 2019 don't use random crap scripts wget http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz tar xzvf lame-3.99.5.tar.gz http://lame.sourceforge.net/ current since 2017 is 3.100 why in the world are most of the libraries built from source to begin with? why are the versions hardcoded? _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
