gpt4 book ai didi

video - FFMPEG 从 MP4 转换为 WEBM 仅适用于某些文件。

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

我使用 FFMPEG 的 streamio 包装器尝试了以下 URL。
网址是

http://static.bouncingminds.com/ads/5secs/baileys_5sec.mp4 (works)
http://techslides.com/demos/sample-videos/small.mp4 (doesn't work)

对于后者,我收到以下错误:
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height

我用来对它们进行转码的代码:
movie.transcode("test.webm", "-vcodec libvpx -strict -2") { |p| puts p }

如前所述,这非常适合第一个视频。为了处理所有 mp4 视频,我需要任何特定设置吗?

最佳答案

音频编码器 ( vorbis ) 退出并显示以下消息:

[vorbis @ 0x7ffcc292f600] Current FFmpeg Vorbis encoder only supports 2 channels.

原来该文件只有单声道。

指定 -ac 2强制两个 channel (假立体声)或 -map v:0删除音频 channel 。

(或等待 opus to become available in webm ,或要求 ffmpeg 开发者修复编码器以支持单声道流)

关于video - FFMPEG 从 MP4 转换为 WEBM 仅适用于某些文件。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19004762/

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