gpt4 book ai didi

ffmpeg - 使用 ffmpeg 将视频转换为指定每秒帧数的图像

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

我有一个 19 秒的视频,我想以每秒 30 帧的速度提取帧。所以我在网上查了怎么做,但我认为结果不准确。

ffmpeg -i "the video.mp4" -vf fps=30 frames/frame_%04d.png -hide_banner

“video.mp4”的长度为 19 秒,因此 30 * 19 = 570 但执行上面的命令会产生 584 帧,应该是 570 帧。

谁能帮我这个?

最佳答案

事实证明,我的长度不正确。

ffprobe -i "the video.mp4" -show_entries format=duration -v quiet -of csv="p=0"

结果为 19.458333 * 30 = 583.74999

关于ffmpeg - 使用 ffmpeg 将视频转换为指定每秒帧数的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49003181/

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