-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added AAC codec to mp4 #345
Conversation
@jeromegrosse Thanks for the PR. AAC is an formatting/codec type for Audio (this extensions dict defines |
I'm not the OP, but the problem is specified in #344 vidclip.write_videofile(output_file, codec='libx264', audio=True, audio_codec='aac') |
@mbeacom, should we merge this pull request or should we look at adding an audio_codec to the dictionary? |
@mbeacom The way I understood it, |
@jeromegrosse From the look of it, we should probably split up the dictionaries. This will require additional refactoring throughout the codebase to split up the dictionaries. @Earney Maybe we merge this and open a separate issue to track potentially splitting up the codec dictionaries? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good until we can refactor the codec dictionary handling.
will do. |
Fix of the issue #344