Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据给定的开始和结束时间从大型视频文件中提取一小部分视频。
我的互联网搜索显示许多人建议使用 Xuggle 来执行此操作,但我不熟悉这个库、它的用途或如何使用它来实现我的目标。请帮我解决一下这个。
尝试阅读手册!
-ss 和 -t 将从 ss 开始并复制“-t”...
ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png
开始 10 秒 5 秒