When I make a video record on Simulator, the file size is too large, we can use the following command to compress the video file.
ffmpeg -i input.mp4 -vcodec h264 -acodec aac output.mp4
When I make a video record on Simulator, the file size is too large, we can use the following command to compress the video file.
ffmpeg -i input.mp4 -vcodec h264 -acodec aac output.mp4