📜  外推视频 linux 的一部分 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:45.504000             🧑  作者: Mango

代码示例1
-ss = time start
-t = output video length
ffmpeg -ss 00:00:30 -i orginalfile_name -t 00:00:05 -vcodec copy -acodec copy newfile_name