PHPackages                             yangweijie/remotion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yangweijie/remotion

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yangweijie/remotion
===================

php port of remotion - programmatic video/animation composition library

00PHP

Since Mar 28Pushed 2mo agoCompare

[ Source](https://github.com/yangweijie/remotion)[ Packagist](https://packagist.org/packages/yangweijie/remotion)[ RSS](/packages/yangweijie-remotion/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Remotion
============

[](#php-remotion)

PHP 版的 Remotion - 程序化视频/动画合成库。

将 JavaScript [Remotion](https://remotion.dev) 的核心概念移植到 PHP，可以使用 PHP 代码创建 GIF 动画。

功能特性
----

[](#功能特性)

- **Composition** - 视频合成配置（帧率、尺寸、时长）
- **Sequence** - 时间序列，支持图层组合
- **Interpolate** - 数值与颜色插值
- **Spring** - 物理弹簧动画
- **Easing** - 丰富的缓动函数（贝塞尔曲线、弹性、回弹等）
- **Layers** - 颜色层、渐变层、图片层、文字层
- **Grafika 支持** - 支持 GD 和 Imagick 双后端图像处理
- **GIF 优化** - 使用 gifsicle/ffmpeg 优化 GIF 文件大小
- **🆕 帧缓存** - LRU 缓存机制，提升重复渲染性能
- **🆕 取消机制** - 支持取消长时间渲染任务
- **🆕 并行渲染** - 利用多进程并行渲染帧
- **🆕 预设系统** - 快速创建常用分辨率配置

安装
--

[](#安装)

```
composer install
```

快速开始
----

[](#快速开始)

```
