We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thanks for the tip. Another option is go to preferences and pick record with webm.
Sorry, something went wrong.
Thanks! Are you sure it works? The video is sent to the recipient by instant messaging and is not played by the browser.
Only if the instant messaging software is ok with webm.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: