Sunday, September 4, 2016

Cutting video without changing quality using ffmpeg

for example cut 5 min video from 10min  to 15 (10+5)
ffmpeg -i D:\videofile.mp4 -ss 00:10:00 -t 00:05:00 -vcodec copy -acodec copy D:\videofileSmall.mp4

No comments:

Post a Comment