PHP旋转视频

发布于 2024-10-11 09:02:22 字数 165 浏览 0 评论 0原文

我有自己的视频共享应用程序,

我的问题是...是否有任何库、脚本或其他东西可以帮助我旋转视频,无论其文件扩展名是什么?

很多人都在上传视频,但有时我发现视频(猜测是用 iPhone 或手机共享的),我看到它们是水平的而不是垂直的......

有谁知道如何动态旋转它们?

I have my own video sharing app,

My question is... is there any library,script or something else, to help me in rotating videos whatever their file extension is?

Many peoples are uploading videos but sometimes i found video (guessing shared with iphones or mobile phones) and i see them horizontally instead of vertically...

Does anyone have any ideas how to rotate them dynamically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三生池水覆流年 2024-10-18 09:02:22

我不熟悉任何可以做到这一点的“库”。我认为你更好的选择是找到一个支持命令提示符的视频软件包(例如 任何视频转换器 [参见问题7]),PHP 可以通过命令提示符即时执行。

Im not familiar with any "libraries" that will do that. I think your better bet would be to find a command-prompt-enabled video software package (like Any Video Converter [See Q7]) that PHP can execute via command prompt on the fly.

執念 2024-10-18 09:02:22

PHP 不这样做,并且据我所知,没有为此目的而制作的扩展。

您可以使用 ffmpeg 来操作视频,方法是从脚本中调用它(请参阅 shell_execute() 和此类函数)。阅读ffmpeg文档将帮助您了解这个强大的功能可以(和不能)做什么工具。

PHP doesn't do that, and there are no extensions that I know off, made for that purpose.

You can use ffmpeg to manipulate videos, by calling it from your scripts (see shell_execute() and such functions). Reading the ffmpeg documentation will help you figure what can (and can't) be done with that powerful tool.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文