video
Cut video file with ffmpeg
ffmpeg -i input.mp4 -ss 00:00:00 -t 00:06:00 -c copy output.mp4
(ss = start t = length)
and then use
concatenate
to paste small videos together
video.txt · Last modified: 2022/10/18 11:41 by glebelg