I am not an expert myself, but I had the same question and looked it up for myself, so I will answer based on what I found. Maybe if I manage to establish some protocol to test TBCs I can share in a short thread
First in order to understand if your TBC works (correctly) you need to understand what it does. So you might want to check the famous "what is a tbc" thread by LS.
http://www.digitalfaq.com/forum/vide...#ixzz6yislD6k7
What @The_Outsider mentioned may not be always a sufficient test, but it might be a hint to start your tests. Also, note that this test may not be conclusive if your capture card does already ignore/bypass MV.
So The way I test this on my side is :
1- insert MV protected tape, use it with advc-55 because this device does not ignore MV, or with advc-100/110 but do not do the copy protection Trick.
If that works, it is a good start , it means your device works but not enough to tell it works
correctly, a defective cypress ctb-100 will remove MV too.
2- find a tape that has some up/down jitter.
Quote:
A good recent-era standalone external time base corrector will: reduce visual on-screen image jitter (mild up/down image bounce)
|
I managed to find a tape in my collection that has it, and it is again corrected by my
defective ctb-100. So again, it's not enough to confirm.
3-
Quote:
and provide a steady signal that prevents dropped frames on capture cards
|
I see you already tested this part by checking vdub stats, but you ideally want to test this with a nasty tape, sadly in my case I have none, but if you have an extra tape maybe you can "destroy" it a bit... (dunno if it is a good idea tho)
4- The JVC blue menu, if it works fine, it might a be good indication. If it acts up on the JVC menu, it is a bad indicator, it does not necessarily mean it is not working/it is a bad TBC, I have seen LS mentioning that some TBCs are good and work fine even if they act up on the JVC menu.
5- capture with and without TBC, compare frame by frame using something like avspmod, that the TBC did not add any extra issues, this is the test where defective units like black AVToolbox AVT-8710 will fail, because when you compare you will see ghosting created by the TBC.
You're looking for something that looks like this:
Code:
a=LWLibavVideoSource("capture.avi")
b=LWLibavVideoSource("capture_with_tbc.avi")#.trim(XX,YY) # trim the longer video to align both videos
stackHorizontal(a,b) #notbc on the left, with tbc on the right
Personally, I could not see any defects in my captures with a defective cypress, compared to non-TBC captures so again, it is just a step in the process, not enough on its own to confirm.
These are just some indications, but I think they might help