I decided to give a VideoReDo a try..
After I cut out the commercials from my tv recordings, some of them are lagging heavly while playing in Windows Media Player (the source files play fine).
With other players they play fine. If I remux them afterwards with ffmpeg, keeping the timestamps and audio offset, they also play fine in WMP:
ffmpeg -y -v warning -vsync 0 -copyts -i "input.vrdcut.ts" -c copy -muxdelay 0 -muxpreload 0 "output.vrcut..ts"
I checked the outputs from VRD with ffmpeg for errors and it doesn't show any, so there is something with the container, I guess (?).
After I cut out the commercials from my tv recordings, some of them are lagging heavly while playing in Windows Media Player (the source files play fine).
With other players they play fine. If I remux them afterwards with ffmpeg, keeping the timestamps and audio offset, they also play fine in WMP:
ffmpeg -y -v warning -vsync 0 -copyts -i "input.vrdcut.ts" -c copy -muxdelay 0 -muxpreload 0 "output.vrcut..ts"
I checked the outputs from VRD with ffmpeg for errors and it doesn't show any, so there is something with the container, I guess (?).