Git Product home page Git Product logo

Comments (8)

sentriz avatar sentriz commented on May 18, 2024

hello, could you elaborate some more? not sure I understand.

also ffmpeg is included in the container

from betanin.

firu82 avatar firu82 commented on May 18, 2024

the ffmpeg inside of the docker compose not support AAC-LC encoders (aac, libfdk_aac
to mp4 music files

from betanin.

sentriz avatar sentriz commented on May 18, 2024

can you give an example ffmpeg command which fails?

from betanin.

firu82 avatar firu82 commented on May 18, 2024

ffmpegnoaac

the ffmpeg build in the container not have the aac encoder libfdk_aac

the commands work fine but no convert filies missin encoder

https://trac.ffmpeg.org/wiki/Encode/AAC

from betanin.

sentriz avatar sentriz commented on May 18, 2024

ffmpeg comes with 3 different AAC encoders seemingly. but libfdk is the proprietary one. do you have an example of a command which fails?

like some ffmpeg -i in.mp4 out.aac

from betanin.

firu82 avatar firu82 commented on May 18, 2024

Hi, the Alpine Linux version of FFMPEG does not come with codec. I've solved it by copying another version of FFMPEG into Container and now it works perfectly If it were possible in the FFMPEG Export P PTAH container to be able to use your own version it would be wonderful Great job thank you

betanin
betanin1

from betanin.

sentriz avatar sentriz commented on May 18, 2024

ok glad you got it working. maybe then a good-enough solution is for you to run the container with volume

volumes:
  path/to/custom/ffmpeg:/usr/local/bin/ffmpeg

?

or else a custom docker image to overwrite

FROM sentriz/betanin
RUN <install custom ffmpeg>

because i'm not sure i want to have a custom ffmpeg with --non-free for everyone. hope this makes sense! thanks

from betanin.

firu82 avatar firu82 commented on May 18, 2024

Ok thanks I'm going to dig

from betanin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.