第三方声明
Aufzeichna 的免费浏览器工具会在浏览器本地处理文件。部分工具会从公共 CDNs 下载较大的运行时库,以保持网站主 bundle 较小。
FFmpeg 浏览器运行时
- 运行时核心: https://github.com/merginit/ffmpeg.aufzeichna.merginit.com
- 已部署版本: 0.1.0
- 版本化资源: https://ffmpeg.aufzeichna.merginit.com/ffmpeg-lgpl/0.1.0/source-versions.json
- 许可证政策: 仅 LGPL 的 FFmpeg 构建,用于浏览器环境。
- 必需的构建标志:
--disable-gpl --disable-nonfree - 排除的编码器/库: 仅 GPL 的 H.264/H.265 编码器、nonfree AAC 编码器,以及其他仅 GPL 或 nonfree 的 FFmpeg 组件。
核心仓库必须为每个版本化运行时发布对应的 FFmpeg 源码链接、构建脚本、构建标志、许可证文件和 GitHub Pages 部署。
FFmpeg desktop sidecars
- Runtime components: FFmpeg and FFprobe sidecar executables bundled with the AUFZEICHNA desktop app.
- Notice version: 0.1.0
- Source/build notices: https://ffmpeg.aufzeichna.merginit.com/ffmpeg-desktop-lgpl/0.1.0/source-versions.json
- License policy: LGPLv3-or-later desktop sidecar build, invoked as external processes.
- Excluded encoders/libraries: GPL-only H.264/H.265 encoders, nonfree AAC encoders, and other GPL-only or nonfree FFmpeg components.
FFmpeg JavaScript 封装器
- @ffmpeg/ffmpeg 0.12.15: MIT 许可的 JavaScript 封装器,用于在浏览器中运行 FFmpeg worker。
- @ffmpeg/util 0.12.2: MIT 许可的实用工具,包括文件加载和 Blob URL 辅助函数。
其他运行时库
- pdfjs-dist 5.7.284: PDF-to-video 工具从 jsDelivr 加载的 Apache-2.0 许可 PDF 渲染器。