level 6
😫赖床达人
楼主
请教filter_complex语法问题,要如何理解这个filtergraphs的使用规则?不是有自动输出吗? 特邀@贴吧用户_0E8MtUX 有空的时候帮忙看下?谢谢!
目前我是用concat 规避,concat=n=1:v=1:a=1,感觉很搞笑。
是power shell ISE执行环境
.\ffmpeg.exe `
-ss 0 -t 10 `
-i input.mp4 `
-filter_complex '[0:v] hqdn3d=1:1:4:4 [vhqdn3d] , [vhqdn3d] unsharp=4:4:1:4:4:0.2 [v4] ' -map '[v4]' -map '[0:a]' `
output.mkv
但会得到报错
[out#0/matroska @ 000001e6605129c0] Output with label '0:a' does not exist in any defined filter graph, or was al
ready used elsewhere.
2025年06月02日 08点06分
1
目前我是用concat 规避,concat=n=1:v=1:a=1,感觉很搞笑。
是power shell ISE执行环境
.\ffmpeg.exe `
-ss 0 -t 10 `
-i input.mp4 `
-filter_complex '[0:v] hqdn3d=1:1:4:4 [vhqdn3d] , [vhqdn3d] unsharp=4:4:1:4:4:0.2 [v4] ' -map '[v4]' -map '[0:a]' `
output.mkv
但会得到报错
[out#0/matroska @ 000001e6605129c0] Output with label '0:a' does not exist in any defined filter graph, or was al
ready used elsewhere.