Video processing - Android native video compression scheme
PHP中文网
PHP中文网 2017-06-29 10:09:42
0
1
1290

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中文网

认证0级讲师

reply all (1)
洪涛

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

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!