/ Hacks

Cut a video from desired time intervals

Similar to my earlier post on Creating a custom animated gif from a selected duration of a video, I now want the custom video itself!

The video I had taken at the International Clown Fest in Bangalore had a lot of junk in it thanks to the hustle and bustle of this amazing event.

I just looked up the code of vvo/gifify and realised that the latest ffmpeg can get the job done! And here is a line that can get the magic to work! :-)

ffmpeg -i IMG_4593.m4v -ss 00:02 -t 00:08 -async 1 intl_clowns_day.m4v

And here is the clipping! :-)