How to split the Video into Frames using FFMPEG in Spring-Boot?

前端 未结 0 1849
轻奢々
轻奢々 2021-01-18 03:52

To fetch Frames from Video with 5fps rate with specified Start and end Time in video with following FFMPEG command,

ffmpeg -i input.mp4 -ss 00:00:54 -to 00:01:53 -r 5

相关标签:
回答
  • 消灭零回复
提交回复
热议问题