rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.11k stars 463 forks source link

VS2012 project with 3 new features #44

Open andrasfuchs opened 10 years ago

andrasfuchs commented 10 years ago

Hi!

I've made a fork from your project to help you with the work.

I needed to convert the project to the Visual Studio 2012, and I also needed to change some include and lib paths to make my copy complilable.

As you can see those changes are separated to different commits, I hope it will help you to separate them from the new feature implementations.

What do you think?

Update 2014-08-19: I've made some new features today:

rdp commented 10 years ago

I will definitely look at this once I get back into "open source" mode here...possibly 2 months or so, sorry about that!

andrasfuchs commented 10 years ago

I fixed a problem with the mouse capture and extended the configuration utility with the new options.

rdp commented 10 years ago

OK do you know exactly which commit did those two thing?

On Fri, Oct 31, 2014 at 1:24 PM, Andras Fuchs notifications@github.com wrote:

I fixed a problem with the mouse capture and extended the configuration utility with the new options.

— Reply to this email directly or view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/pull/44#issuecomment-61316095 .

andrasfuchs commented 10 years ago

Yes, you can see them next to the list of commits just above my previous comment.

Mouse cursor: https://github.com/andrasfuchs/screen-capture-recorder-to-video-windows-free/commit/7a0d27b17085a8cca423363aeef846b0f9e53e91

New options in the config utility: https://github.com/andrasfuchs/screen-capture-recorder-to-video-windows-free/commit/e263d7cba8ade7865f5efc3aab2fdd841ba04440

andrasfuchs commented 10 years ago

And added a small extra function to the configuration utility to show the size of the area selection transparent window.

Commit: https://github.com/andrasfuchs/screen-capture-recorder-to-video-windows-free/commit/76928b5bd222e3c8451e4a1b5bda230ee0cc96b1

It looks like this: (the ninja is not included :)) screenshot 2014-11-01 10 14 55

rdp commented 10 years ago

nice...now to find the time to integrate them...

On Sat, Nov 1, 2014 at 2:19 AM, Andras Fuchs notifications@github.com wrote:

Yes, you can see them next to the list of commint just above my previous comment.

Mouse cursor: (7a0d27b https://github.com/rdp/screen-capture-recorder-to-video-windows-free/commit/7a0d27b17085a8cca423363aeef846b0f9e53e91 ) andrasfuchs@7a0d27b https://github.com/andrasfuchs/screen-capture-recorder-to-video-windows-free/commit/7a0d27b17085a8cca423363aeef846b0f9e53e91

New options in the config utility: (e263d7c https://github.com/rdp/screen-capture-recorder-to-video-windows-free/commit/e263d7cba8ade7865f5efc3aab2fdd841ba04440 ) andrasfuchs@e263d7c https://github.com/andrasfuchs/screen-capture-recorder-to-video-windows-free/commit/e263d7cba8ade7865f5efc3aab2fdd841ba04440

— Reply to this email directly or view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/pull/44#issuecomment-61361441 .