How to use ffmpeg on iOS?

前端 未结 1 941
萌比男神i
萌比男神i 2020-12-10 19:06

I have to use the following command for ffmpeg

ffmpeg -i \"Video.mp4\" -map 0:1 \"AudioWithVocalfromStreamOne.mp3\" -map 0:2 \"AudioWithoutVocalfromStreamTwo         


        
相关标签:
1条回答
  • 2020-12-10 19:42

    Best method of using FFMpeg for IOS is the MobileFFMpeg Library.

    Here is the source: https://github.com/tanersener/mobile-ffmpeg

    It is available as a pod pod 'mobile-ffmpeg-full', '~> 4.3'

    Make sure to get appropriate FFMpeg license. Different licenses have different libs

    License to choose from: min min-gpl https https-gpl audio video full full-gpl

    0 讨论(0)
提交回复
热议问题