Hello, I am trying to convert a video format from ".bit" to ".mp4", using the following command: ffmpeg -i <input_file.bit> -codec copy <output_file.mp4> The problem is that the number of frames of the output video is not equal to that of the input video.