Include support for fdk-aac

Issue #625 wontfix
Former user created an issue

Just like #623, FPU-less systems would greatly benefit from libfdk-aac realtime encoding (available as --enable-libfdk-aac since FFmpeg 1.0).

If -Dserviio.fixedPointEncoders = true and --enable-fdk-aac is present, use libfdk-aac instead of aac.

Comments (7)

  1. Petr Nejedly repo owner

    @csholmq is this for encoding the aac audio tracks in videos? Serviio cannot transcode audio files to AAC.

  2. Petr Nejedly repo owner

    Cannot implement this as the FFmpeg could not be distributed (the FDK AAC license doesn't permit it) and would have to be compiled with --enable-nonfree

  3. Former user Account Deleted

    Could you not simply implement support for the behaviour, but just avoid compiling in support in the FFmpeg?

  4. Log in to comment