Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg aac #110

Closed
firu82 opened this issue Dec 3, 2023 · 8 comments
Closed

ffmpeg aac #110

firu82 opened this issue Dec 3, 2023 · 8 comments

Comments

@firu82
Copy link

firu82 commented Dec 3, 2023

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

@sentriz
Copy link
Owner

sentriz commented Dec 3, 2023

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

also ffmpeg is included in the container

@firu82
Copy link
Author

firu82 commented Dec 3, 2023

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

@sentriz
Copy link
Owner

sentriz commented Dec 3, 2023

can you give an example ffmpeg command which fails?

@firu82
Copy link
Author

firu82 commented Dec 4, 2023

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

@sentriz
Copy link
Owner

sentriz commented Dec 4, 2023

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

@firu82
Copy link
Author

firu82 commented Dec 5, 2023

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

@sentriz
Copy link
Owner

sentriz commented Dec 5, 2023

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

@sentriz sentriz closed this as completed Dec 5, 2023
@firu82
Copy link
Author

firu82 commented Dec 5, 2023

Ok thanks I'm going to dig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants