如何提取大型视频文件的子部分 [英] How to extract a sub portion of a large video file

查看:218
本文介绍了如何提取大型视频文件的子部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想根据给定的开始和结束时间从大型视频文件中提取一小部分视频。

I want to extract a small portion of video from a large video file on the basis of a given start and end time.

我的互联网搜索显示,许多人建议使用Xuggle来做到这一点,但我不熟悉这个图书馆,它的用途,或者如何使用它来实现我的目标。请帮助我。

My internet search shows that many suggest using Xuggle to do this, but I am unfamiliar with this library, its use, or how one can use it to achieve my goals. Please help me with this.

推荐答案

尝试阅读手册

-ss和-t将以ss开头,复制为'-t'.. 。

-ss and -t will start at ss and copy for '-t'...

ffmpeg -i test.mpg -r 25 -ss 00:00:10 -t 00:00:05 images%05d.png

开始10秒钟5秒

这篇关于如何提取大型视频文件的子部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆