Video reverse with ffmpeg
Reverse video:
ffmpeg -i video.mp4 -vf reverse reverse.mp4
cut video:
ffmpeg -i input.mp4 -ss 00:02:00 -t 00:07:28 part1.mp4
-ss ---starting point
-t ---- time of clip
moreinfo
http://markheath.net/post/cut-and-concatenate-with-ffmpeg
Reverse video:
ffmpeg -i video.mp4 -vf reverse reverse.mp4
cut video:
ffmpeg -i input.mp4 -ss 00:02:00 -t 00:07:28 part1.mp4
-ss ---starting point
-t ---- time of clip
moreinfo
http://markheath.net/post/cut-and-concatenate-with-ffmpeg
Kommentit
Lähetä kommentti