Say I want to remove the part between second 60 and the second 200:
file video
outpoint 60
file video
inpoint 200
then running the ffmpeg concat command:
ffmpeg -f concat -i input.txt -c copy output.mp4
while this works, but on second 60 where the cut happened there will be a subtle jitter and lag then the video plays ok after that... how can I fix this because this is driving me nuts!! Keep in mind I don't want ffmpeg to re-encode the video.