Hi,
about a month ago I upgraded my debian video server.
This included an upgrade to tvheadend 4.1-1362 as it comes with debian jessie. Before I used for quite some time tvheadend 3.9 I believe.
Unfortunately the recordings with the upgraded server generate somehow strange mkv files (I'm recording to mkv).
Usually I cut recordings with avidemux.
Sometimes -- with recordings from the upgraded tvheadend -- avidemux fails to cut the mkv recordings correctly.
Meanwhile I found, that that the follwing command somehow "sanitizes" the recorded files such that they can be processed w/o any trouble with avidemux.
ffmpeg -i recorded-from-tvheadend.mkv -c copy -map 0 processed-by-ffmpeg.mkv
If I take
mediainfo
to compare the both files (recorded-from-tvheadend.mkv with processed-by-ffmpeg.mkv), it turns out, that the delay between audio and video tracks in the both files is different -- everything else seems to be basically the same.
The strange thing about this is, that this behaviour wasn't there before I upgraded my system.
Unfortunately I don't know if the problem is really related to tvheadend, because I updgraded also the rest of the system, e.g. kernel, etc.
Any ideas about what could be the problem?