Adding frames to a video file?
I want to make a screen recording program and I want to be able to add a picture to the video file every so often and the picture will be a frame. I already know how to capture the screen, so all I need to know how to do is capture a video of the screen. I hope someone can help me!:p
Re: Adding frames to a video file?
Whats the return from your google search like on this one?
This looks like the kind of thing you want...:D
Failing that... this will be more help, although you will need to compile some C# (provided in the attachment) and use this with the VB code in the thread.
Re: Adding frames to a video file?
Quote:
Originally Posted by
keystone_paul
Whats the return from your google search like on this one?
This looks like the kind of thing you want...:D
Failing that... this will be more help, although you will need to compile some C# (provided in the attachment) and use this with the VB code in the thread.
For some reason that page is all screwed up, I can't read anything on it. All it has is these annoying symbol. Is that how it is on your screen?
Re: Adding frames to a video file?
I dunno - I think the chinese might object to their writing being described as "annoying symbol"!
Hmm... oddly though my 2nd link didn't appear - there is an article on this site on how to do it, using some C# code that can be compiled into a DLL, plus an example of how to use it.
I'll have to find the link again.
Re: Adding frames to a video file?
Here it is : http://www.vbforums.com/showthread.php?t=395812
If you need help compiling the C# into a DLL I can do it for you but not today (as its nearly 11.15pm in the UK)
Re: Adding frames to a video file?
Quote:
Originally Posted by
keystone_paul
I dunno - I think the chinese might object to their writing being described as "annoying symbol"!
Hmm... oddly though my 2nd link didn't appear - there is an article on this site on how to do it, using some C# code that can be compiled into a DLL, plus an example of how to use it.
I'll have to find the link again.
It's not chinese on my screen.
http://i39.tinypic.com/2888igm.jpg
Re: Adding frames to a video file?
It looks like you are either lacking the right character set or your browser isn't set up to show it, but trust me its chinese (or Japanese - not 100% sure)
Anyway - the second link was the one you need to look at really.