gpt4 book ai didi

FFMPEG |重新排列裁剪

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

我需要用 FFMPEG “加密”视频。

我做了很多研究,但没有找到解决问题的方法:(

有可能这样做吗?

我需要的:

enter image description here

最佳答案

enter image description here enter image description here
之前和之后的图像示例。

使用crop , hstack , 和 vstack过滤器:

ffmpeg -i input -filter_complex \
"[0:v]crop=iw/2:ih/2:0:0[lt]; \
[0:v]crop=iw/2:ih/2:ow:0[rt]; \
[0:v]crop=iw/2:ih/2:0:oh[lb]; \
[0:v]crop=iw/2:ih/2:ow:oh[rb]; \
[lb][lt]hstack[top]; \
[rt][rb]hstack[bottom]; \
[top][bottom]vstack" \
-c:a copy output

关于FFMPEG |重新排列裁剪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43957654/

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