【发布时间】:2013-04-23 10:04:54
【问题描述】:
我是这个工具的新手avconv
我想从视频中每秒提取 1 帧,我正在使用
avconv -i sample.avi -r 1 -s 200x200 -f image2 frames/foo-%03d.png
sample.avi 的长度为 30 秒,但转换后的输出为 920 帧。
怎么办?我只想要30 帧
【问题讨论】:
-
它对我有用...也许可以尝试通过 mencoder 而不是 avconv。
标签: avconv