short explanation: Your video isn't really cfr since the time code differences are not constant.
longer explanation:
Extracing the time codes using:
I get:
Problem is:
a. Time codes do not start at 0
b. difference between time codes isn't constant (16/17/17/16)-> video is vfr and thus Mkv Cutter can't handle it properly.
In theory one could rewrite Hybrid to extract the time codes before cutting, cut the time codes separately and apply them at the end of the cutting.
Mkv Cutter doesn't do this atm. and thus can't handle the input properly.
Cu Selur
Ps.: just saw that I did already write code for this, and the problem is that mediaInfo doesn't report the video as vfr thus Mkv Cutter doesn't extract the time codes. Will look at it some more later today (after work) and report back, whether a 'quick-hack' can fix this.
longer explanation:
Extracing the time codes using:
"G:\Hybrid\mkvextract.exe" timecodes_v2 "C:\Users\Selur\Desktop\psych100clues.mkv" 0:"H:\Temp\timeCode_04_26_11_389.txt"
# timecode format v2
945
961
978
995
1011
1028
1045
1061
1078
1095
1112
1128
1145
1162
1178
1195
1212
1228
1245
1262
1278
1295
..
a. Time codes do not start at 0
b. difference between time codes isn't constant (16/17/17/16)-> video is vfr and thus Mkv Cutter can't handle it properly.
In theory one could rewrite Hybrid to extract the time codes before cutting, cut the time codes separately and apply them at the end of the cutting.
Mkv Cutter doesn't do this atm. and thus can't handle the input properly.
Cu Selur
Ps.: just saw that I did already write code for this, and the problem is that mediaInfo doesn't report the video as vfr thus Mkv Cutter doesn't extract the time codes. Will look at it some more later today (after work) and report back, whether a 'quick-hack' can fix this.
----
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.