The requirement is to be fast, so we first exclude the FFmpeg solution. After testing, it takes 5 minutes for FFmpeg to compress a 100M video for 1 minute. I hope that the time will be within one minute, without considering the loss of image quality. Please recommend solutions or ideas~Thank you
You can try this library https://github.com/mabeijianx...
It seems that ffmpeg has been optimized a lot when encoding while collecting. The video uses libx264 codec, and the audio libfdk-aac is highly efficient