I turned on ffmpeg4android lib. Video compression works fine, but video does not play in a browser other than the Safari browser. after uploading to the server. I used the following command.
ffmpeg -y -i <input file.mp4> -strict experimental -r 30 -ab 48000 -ac 2 -ar 22050 -vcodec mpeg4 -b 2097k <output file.mp4>
Please help me. Thank you in advance.
source
share