gpt4 book ai didi

php - 从本地系统上传后将视频转换为 .mp4 格式不显示视频只听到声音

转载 作者:行者123 更新时间:2023-12-04 23:17:34 26 4
gpt4 key购买 nike

我正在使用 fileuploader.js上传视频文件。现在我想将视频格式转换为 .mp4 .我用过ffmpegphp将视频转换为 .mp4上传后。我使用的样本段是

$converted = "uploads/".$uniqid.".mp4"; //$uniqid is the id for the video after upload
$cmd = "$ffmpeg -i $sourceUrl -f mp4 $converted"; //$sourceUrl is the path of the video

我试图转换 .flv视频文件到 .mp4格式,但问题是我看不到视频,只能在转换后听到声音。是 $cmd中使用的转换线吗?不正确。请帮忙。

最佳答案

只需 ffmpeg -i source.flv output.mp4应该足够了,它将使用 mp4 的默认编解码器。您可以将 ffmpeg 响应粘贴到上述命令吗?

关于php - 从本地系统上传后将视频转换为 .mp4 格式不显示视频只听到声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11536387/

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