【问题标题】:FFMPEG: max size for adelay parameterFFMPEG:延迟参数的最大大小
【发布时间】:2021-05-07 12:00:59
【问题描述】:

adelay参数大的命令会报错

Delay must be non negative number.
Failed to configure input pad on Parsed_adelay_1
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1

命令是:

ffmpeg -y -i input.mp4 -filter_complex "[0:a]adelay=55555555:all=1[a0];[a0]amix=inputs=1[a]" -map [a] out.mp3

如何解决? adelay 参数的最大大小是多少?

【问题讨论】:

    标签: ffmpeg video-processing


    【解决方案1】:

    这是一个限制。见https://trac.ffmpeg.org/ticket/9196

    它已于 2021 年 4 月 25 日修复,因此您需要稍后构建 git。或者,您可以使用票证评论 #3 中的解决方法

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-27
      • 2013-02-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-06
      • 2017-03-01
      相关资源
      最近更新 更多