Answers for "extrapolate part of video linux"

0

extrapolate part of video linux

-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
Posted by: Guest on April-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language