We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Activity