Skip to main content

fastest way to cut video using ffmpeg

ffmpeg -i PM\ Modi\ on\ Startup\ India\ \(Hindi\).mp4 -ss 00:25:00 -to 00:27:00 -c copy cut2mins.mp4

Comments