gpt4 book ai didi

php - 如何在没有 ffmpeg 的情况下在 php 中创建缩略图并将视频转换为 mp4?

转载 作者:行者123 更新时间:2023-12-04 23:35:29 25 4
gpt4 key购买 nike

关闭。这个问题需要更多 focused .它目前不接受答案。












想改进这个问题?更新问题,使其仅关注一个问题 editing this post .


4年前关闭。







Improve this question




我需要将上传的视频转换为 mp4 并创建缩略图。
我正在尝试使用 ffmpeg,但许多主机没有提供安装的 ffmpeg。所以现在我需要那些功能而不使用我想要的 ffmpeg。有知道的吗?没有 ffmpeg 怎么办?

最佳答案

你不需要“安装”ffmpeg传统意义上的。

只需download an already compiled static build of ffmpeg 然后使用完整路径在脚本中指向它。

一个基本的、无脚本的缩略图命令:

ffmpeg -ss 30 -i input -vf scale=120:-1 -frames:v 1 -q:v 4 output.jpg

另见:
  • FFmpeg Wiki: PHP
  • How can I extract a good quality JPEG image from an H264 video file with ffmpeg?
  • 关于php - 如何在没有 ffmpeg 的情况下在 php 中创建缩略图并将视频转换为 mp4?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48806958/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com