# FFMpeg-Kit iOS Framework **Repository Path**: xiaoeappteam/ffmpeg-kit-ios-full ## Basic Information - **Project Name**: FFMpeg-Kit iOS Framework - **Description**: FFMpeg-Kit iOS Framework(with or without x86/i386) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 原工程 https://github.com/arthenica/ffmpeg-kit.git ### 编译 1. Tag切换到v6.0.LTS (支持iOS SDK 10+) 2. 终端cd到当前目录 ```bash ./ios.sh -l --disable-i386 --disable-x86-64 ``` 3. 在prebuilt目录下可以看到构建物, 拉到工程并引入即可 *注意: 需要embed and sign)* ### 常见问题 #### 一、编译报错: GNU assembler not found, install/update gas-preprocessor 1. 下载https://raw.githubusercontent.com/FFmpeg/gas-preprocessor/master/gas-preprocessor.pl 2. 加权限: chmod +x gas-preprocessor.pl 3. 移动至: mv gas-preprocessor.pl /usr/local/bin 4. 开始打包