What I tried:
a. remux with timecodes using Hybrid
Hybrid:
Using mp4 I got a not playing file with audio&video in it.
b. simple ffmpeg remux:
No errors, no a/v sync. (the "-map_metadata -1" might be unnecessary)
Remuxing the above file with Hybrid and the output is sync too.
-> a simple remux with ffmpeg already seems to fix the issues.
Cu Selur
Ps.: btw. that video isn't really interlaced seems to be a mix of progressive and field shifted content. Loading the remuxed file and using 'Overwrite scan type to' 'progressive' and using 'Frame->Misc->TFM' seems to get rid of all the combing artifacts in the scenes that are not progressive.
a. remux with timecodes using Hybrid
Hybrid:
- Config->Automation->On Load->Always extract timecodes from input + 'only some' disabled.
- Loading the source. -> "Time codes from input do not indicate 'vfr' and will therefore be ignored."
- Audio&Video processing set to Passthrough, using mkv as output
Using mp4 I got a not playing file with audio&video in it.
b. simple ffmpeg remux:
ffmpeg -y -threads 8 -analyzeduration 200M -probesize 200M -i "C:\Users\Selur\Desktop\syncproblems_sample.ts" -codec copy -map_metadata -1 "E:\Output\ffmpeg.mkv"
Remuxing the above file with Hybrid and the output is sync too.
-> a simple remux with ffmpeg already seems to fix the issues.

Cu Selur
Ps.: btw. that video isn't really interlaced seems to be a mix of progressive and field shifted content. Loading the remuxed file and using 'Overwrite scan type to' 'progressive' and using 'Frame->Misc->TFM' seems to get rid of all the combing artifacts in the scenes that are not progressive.

----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.