I currently developed a media player using directshow.net. The videos have a small timestamp at the top left corner, which is very small. I need to enlarge it, so that it is visible/readable while the video plays.
I have tried using:
IVMRFilterConfig
IVMRMixerControl
And get two windows of the same video playing, but I can't seem to zoom into the one window and only display the timestamp section.
Is there any other way I can achieve this?
Thanks.