If you want precise cutting without re-encoding, try using -ss and -to with -c copy like this: ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4. For a step-by-step guide and other FFmpeg tricks, check out my site: vedoapk.com
.