2012-11-21, 07:55 PM
I just ran a test with ffmpeg and was able to fix one of my bad recordings with the following command (adjust as needed):
This will not alter the video/audio, only remux the container.
Code:
[PATH_TO]\ffmpeg.exe -i "[BAD_FILENAME]" -f mpegts -vcodec copy -acodec copy "[GOOD_FILENAME]"
This will not alter the video/audio, only remux the container.