摘要: 剪辑指定时间的视频 ffmpeg -i input.mp4 -ss 00:01:00 -t 30 -c copy output.mp4 ffmpeg -i input.mp4 -ss 00:01:10 -to 00:01:50 -c copy output_to.mp4 -to 指定结束时间 -ss 阅读全文
posted @ 2025-08-02 21:37 遇见、 阅读(31) 评论(0) 推荐(0)