video
This is an old revision of the document!
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.1666093314.txt.gz · Last modified: 2022/10/18 11:41 by glebelg