Trimming videos with FFMPEG

To trim video with FFMPEG, use the following command:

ffmpeg -i input.mp4 -ss xx:xx:xx -to yy:yy:yy -c copy output.mp4

where