You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing Judder when bob deinterlaced as every 2 fields are out of order. It also confuses QTGMC and causes sort of "white luma ghosting" (no color, no outlines).
Opened my VOB in VobEdit -- apparently, the video has Interlaced scan type, and the fields appear in the stream as bottom-then-top for every frame, but they are flagged as TFF=0!
Seems as an incorrect stream to me, though I'd like DGIndex to be smart enough to derive field order from the actual state of affairs when it contradicts TFF flag value.
Sample: https://mega.nz/file/t9gjxTLY#ILclLeRtd5_NLoJZyqL1e5yjs_TpQMsO9Ym9_mAD0wc
DGIndex, MediaInfo, and MPV all recognize it as TFF,
However, after loading it with core.d2v.Source() in VapourSynth, it loads as BFF,
VapourSynth Script:
--
This is causing Judder when bob deinterlaced as every 2 fields are out of order. It also confuses QTGMC and causes sort of "white luma ghosting" (no color, no outlines).
Judder showcase: https://mega.nz/file/VpgiSTJZ#dDqLpsDibPElEZv7EYn46Y9pGebzsYPiyVvFxxW17FI
The fix for me is to just run
SetFieldBased
to TFF. However, if a source is not 100.00% interlaced, doing this as a fix would be problematic.Fix showcase: https://mega.nz/file/Mkw2zC5Y#N6wrjhNbfMAl9RFEkq1-B0dV4nBfCMCiJyUN9KjAg_k
The text was updated successfully, but these errors were encountered: