Log in

View Full Version : BestSource2 - The Bestest Source with Fast Seeking


Pages : 1 [2]

lansing
22nd November 2025, 10:59
How do you know it's wrong? Different from DG stuff by a few frames but that does not a bug make in either of the tools.

I have noticed that all the mkv one has been automatically ivtc'ed, don't know where that process came from. Changing their frame rate to 24000/1001 will change the video length similar to the dg one.

HolyWu
22nd November 2025, 11:04
Maybe you want bs.VideoSource(rff=True) because rff defaults to False.

Columbo
22nd November 2025, 11:58
Maybe you want bs.VideoSource(rff=True) because rff defaults to False. Yes. The ratio of times is 0.8 which is consistent with the repeat flags not being honored.

lansing
22nd November 2025, 17:33
Maybe you want bs.VideoSource(rff=True) because rff defaults to False.

You are right, with rff=True, BestSource matches DGSource.


bs.VideoSource(rff=True)

DGIndexNV -> dgi -> load with DGSource:
24:09.248
frame: 43434 (comb)

DGIndexNV -> demux m2v -> mux to mkv:
24:09.248
frame: 43434 (progressive)

DGIndexNV -> demux m2v -> mux to mkv -> BestSource:
24:09.248
frame: 43434 (comb)

mkvtoolnix -> mux vob -> mkv:
24:11.183
frame: 43492 (progressive)

mkvtoolnix -> mux vob -> mkv -> BestSource:
24:09.248
frame: 43434 (comb)

vob -> BestSource:
24:09:348
frame: 43437 (comb)