原文链接

# 根据时间戳,将largefile截取到smallfile
# 不重新编解码,处理速度很快
ffmpeg -ss 00:00:00 -t 00:50:00 -i largefile.mp4 -acodec copy \
-vcodec copy smallfile.mp4