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

have to convert to aac codec in order to have audio on iPhone #78

Open
freemant2000 opened this issue Dec 19, 2022 · 3 comments
Open

have to convert to aac codec in order to have audio on iPhone #78

freemant2000 opened this issue Dec 19, 2022 · 3 comments

Comments

@freemant2000
Copy link

The video works but no sound on iPhone 11 (not sure about other versions) or iPad. I worked around it by converting to the aac codec:

ffmpeg -i input.mp4 -c:v copy -c:a aac -b:a 384k output.mp4

@niknah
Copy link

niknah commented Dec 20, 2022

Thanks for the tip. Another option is go to preferences and pick record with webm.

@freemant2000
Copy link
Author

Thanks! Are you sure it works? The video is sent to the recipient by instant messaging and is not played by the browser.

@niknah
Copy link

niknah commented Dec 20, 2022

Only if the instant messaging software is ok with webm.

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