gpt4 book ai didi

ffmpeg - 视频结束时如何关闭ffplay?

转载 作者:行者123 更新时间:2023-12-01 10:28:37 25 4
gpt4 key购买 nike

使用 ffprobe 获取持续时间。

ffprobe test.mp3 2>&1 | awk -F'[ ,]' '/Duration/{print $4}'
00:03:51.05

使用 -t 参数设置持续时间。
ffplay  -t '231'  test.mp3

test.mp3 结束时 ffplay 命令无法停止。
视频结束时如何关闭ffplay?

最佳答案

添加 -autoexit IE。

ffplay -autoexit -t '231'  test.mp3

关于ffmpeg - 视频结束时如何关闭ffplay?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45294068/

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