I have a video file, and I wanted to do a few operations on the video file with ffmpeg, but I realized that after I input the video to ffmpeg, the output video doesn't work on IOS.
I noticed that this is the same when I don't give any settings to ffmpeg or some codecs.
Links to the videos:
Someone had a similar issue before, but the solution there is not working for me.
Note: Here are the ffmpeg settings of the processed video:
ffmpeg -i path/to/file.mp4 path/to/out.mp4
Note2: I noticed the original video is 15mb and the processed video is 5mb. Obviously, the quality of the video is going away. How can I keep the quality the same?