# ffmpeg-kit-ios-full-gpl **Repository Path**: hjw_Blog/ffmpeg-kit-ios-full-gpl ## Basic Information - **Project Name**: ffmpeg-kit-ios-full-gpl - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-22 - **Last Updated**: 2026-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ffmpeg-kit-ios-full-gpl 这是 [FFmpegKit](https://github.com/arthenica/ffmpeg-kit) iOS `full-gpl` 6.0 的 CocoaPods 二进制依赖仓库,供国内无法稳定访问 GitHub 的环境使用。 本仓库只存放 iOS 预编译 `xcframework` 和对应 `podspec`,用于 uni-app UTS 插件 / CocoaPods 拉取,不是网盘,也不是无关资源分发。 ## 用途 - CocoaPods 库名:`ffmpeg-kit-ios-full-gpl` - 版本:`6.0` - 内容:`Frameworks/*.xcframework`(ffmpegkit、libavcodec、libavdevice、libavfilter、libavformat、libavutil、libswresample、libswscale) - 接入方式:通过 Git 地址安装,而不是 CocoaPods 官方源(官方二进制已随 FFmpegKit 停更下线) ```ruby pod 'ffmpeg-kit-ios-full-gpl', :git => 'https://gitee.com/hjw_Blog/ffmpeg-kit-ios-full-gpl.git', :branch => 'main' ``` ## 来源说明 - 上游项目:[arthenica/ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit)(已停更,官方 Release 二进制已移除) - 当前二进制来源镜像:[XJingWei/ffmpeg-kit-ios-full-gpl](https://github.com/XJingWei/ffmpeg-kit-ios-full-gpl) - 社区原始托管:[SilenceLove/ffmpeg-kit-ios-full-gpl](https://github.com/SilenceLove/ffmpeg-kit-ios-full-gpl) 本仓库是上述公开仓库的国内镜像,未修改 xcframework 二进制本身。 ## 许可证 - 仓库中的 `LICENSE` 文件沿用上游镜像携带的 Apache License 2.0 文本。 - `full-gpl` 预编译包按 FFmpegKit 官方说明,因包含 x264 / x265 / xvidcore / vid.stab 等组件,整包实际受 **GPL v3.0** 约束。 - 使用本仓库即表示你已了解并自行承担 GPL 合规义务。 ## 声明 1. 仓库内容不违反国家法律法规。 2. 仓库内容为已公开的开源软件二进制再分发,并已标注上游来源。 3. 如需源码与编译脚本,请访问上游 [arthenica/ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit)。