search

Home  >  Q&A  >  body text

Video processing - Android native video compression scheme

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

PHP中文网PHP中文网2768 days ago1382

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-06-29 10:11:42

    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

    reply
    0
  • Cancelreply