Most capture cards provide a VBI capture pin. The resolution of the captured data differs between manufacturers. However, it is just plain binary data that can be dumped to a file.
Such a simple feature would be very useful in VirtualDub. Only one checkbox is needed and a few extra lines of code when creating the DirectShow graph (to connect the DirectShow Dump Filter to a graph and set file name - same as capture file but with .vbi extension).
No additional synchronization is needed here. The dumped data would then be analyzed according to the user's needs on his own.
Such a feature is needed because currently there is no easy way to capture VBI, video and audio simultaneously. There are several ways, none of them are good:
Anonymous