Closed firu82 closed 11 months ago
hello, could you elaborate some more? not sure I understand.
also ffmpeg is included in the container
the ffmpeg inside of the docker compose not support AAC-LC encoders (aac, libfdk_aac to mp4 music files
can you give an example ffmpeg command which fails?
the ffmpeg build in the container not have the aac encoder libfdk_aac
the commands work fine but no convert filies missin encoder
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
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
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
Ok thanks I'm going to dig
Hello the Convert AAC plugin It works but it doesn't convert anything in Docker This function is available ffmpeg in the container?
Thank you