网站首页 博客 使用ffmpeg截取视频片段
使用ffmpeg截取视频片段
 2023-04-06 15:39:15  管理员  143

格式:

ffmpeg -ss <starttime> -to <stoptime> -i <inputvideo> <outputvideo>

例子:

ffmpeg -ss 00:00:00 -to 00:00:24 -i D:\test\huanghe.mp4 D:\test\huangehe_final.mp4


来说两句吧
最新评论