てぃーばーの動画の無劣化カットだとしたら
ffmpeg -ss 00:01:38 -i input.mp4 -ss 0 -t 00:00:46 \
-c:v copy -c:a copy -async 1 output.mp4
よりもキーフレームでのほうがいいんですかね?