gpt4 book ai didi

ffmpeg - 在 FFmpeg 的 filter_complex 树下使用多个 'split' 过滤器是否不正确?

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

每个输入只使用一次拆分过滤器更好(比如每个 [0:v] 一次)还是可以再次拆分“下线”,如下所示?

[0:v]split=2[0v_1][0v_2];
[0v_1]<do sth here>[result1];
[0v_2]<do sth here>[result2];
[result1]split=2[result1_1][result1_2];
[result1_1]<do some more here>[final_result_1];
[result1_2]<and also something here>[final_result_2]

最佳答案

那个例子很好。每个输入只执行一次拆分。 0:vresult1不是同一个流,因为 result1是对 0:v 进行一些处理的结果.

关于ffmpeg - 在 FFmpeg 的 filter_complex 树下使用多个 'split' 过滤器是否不正确?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64535843/

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