This argument is needed to support Android devices. ffmpeg uses h264 (High 4:4:4 Predictive) profile by default and the converted video file is not played on Android devices. I deliberately did not create an Enum with all possible formats, since there are a lot of them and their number depends on the compile flags of ffmpeg.
This argument is needed to support Android devices.
ffmpeg
usesh264 (High 4:4:4 Predictive)
profile by default and the converted video file is not played on Android devices. I deliberately did not create an Enum with all possible formats, since there are a lot of them and their number depends on the compile flags offfmpeg
.