2024-03-15, 06:08 PM
What is the container type? MKV? If so, we can try repackaging the video. Sometimes a poorly authored MKV file can behave the way you described.
You may have to provide the full ffmpeg path.
Code:
ffmpeg -fflags genpts -i "C:\path\to\video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv
You may have to provide the full ffmpeg path.