gpt4 book ai didi

ffmpeg:无法为 '–i' 找到合适的输出格式

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

我不知道为什么,但我似乎无法使用 ffmpeg 在视频的右下角呈现水印。

我正在使用以下命令:

$ ffmpeg –i faded.mov -vf "movie=logo2.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo3.mov
...
[NULL @ 0x7fa2ec001000] Unable to find a suitable output format for '–i'
–i: Invalid argument

最佳答案

使用- (连字符),而不是 (破折号)。

  • 正确:-i
  • 不正确:–i
  • 关于ffmpeg:无法为 '–i' 找到合适的输出格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32583616/

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