On Tue, Jul 17, 2018 at 11:39:46 +0200, hans gerte wrote: > Im using the newest version of the ffmpeg (installed via apt ffmpeg)
At least the newest one that your repositories provide. Current is 4.0.1. Seeing you use Ubuntu x86_64, you could grab a newer binary build from here: https://johnvansickle.com/ffmpeg/ > Unknown encoder 'libfdk_aac' Well, I did recommend to check with $ ffmpeg -encoders So obviously, that binary isn't build with libfdk_aac. You could instead still use "-acodec aac". (There were some improvements for that encoder in 4.0, but it should be okay in 3.4.2.) Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
