[FFmpeg-user] Transcode TVheadend stream (mpegts )

Moritz Barsnick barsnick at gmx.net
Tue Jul 17 14:14:17 EEST 2018


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


More information about the ffmpeg-user mailing list