I have VB.NET application that uses 3rd party component to record a screen video.
The component is very simple and does not allow any manipulation with the video.
I would like to post-process the created AVI after being recorded and e.g. highlight the mouse cursor with my custom graphics.
Any ideas what's easiest? I don't mind buying video editing component as long as its reasonably cheap (below $300)
Other possibility is that during recording I could capture position of the mouse and save coordinates to the CSV file. I could then use this coordinates with some video editing software. It's a less preffered option but still not sure which video editing software would enable this.