gpt4 book ai didi

FFmpeg 转换错误

转载 作者:行者123 更新时间:2023-12-04 06:36:29 24 4
gpt4 key购买 nike

我正在尝试使用 FFmpeg 将视频转换为 .webm 格式。我已经安装了这里列出的所有依赖项:http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/

我正在使用以下表达式:

ffmpeg -i[imput.avi] [output.webm]

但我收到以下错误:
Could not find input stream matching output stream #0.0

我已经测试以确保我安装了正确的编解码器/格式:
$ ./ffmpeg -formats 2> /dev/null | grep WebM
E webm WebM file format

$ ./ffmpeg -codecs 2> /dev/null | grep libvpx
DEV libvpx libvpx VP8

我希望有人能帮帮忙?

谢谢你。

最佳答案

不应该是:

ffmpeg -i imput.avi output.webm

?

您可以尝试通过提供准确的 map 来帮助 ffmpeg 匹配您的流,这里有一些信息:howto-pages.org/ffmpeg/#map

关于FFmpeg 转换错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4818681/

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