Change -vcodec copy to -vcodec libx264
To explain simply, if you want to cut fast via codec copy, you cannot expect accuracy because ffmpeg is going to cut from the keyframe, A video must always begin with a keyframe. its like a link between frames.
if u want accuracy, you need to let it reencode with the codec of ur choice, if u use the same codec of source itll be fast too.