I have a video clip that's 55 minutes and 09 seconds long and I am trying to execute the following command: ffmpeg -i myvideo.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb output.ts But then, I get the following error: corrupt input packet in stream 1 How do I fix this? What does the error mean? Here's the full output from FFMPEG: ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg deve