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.09k stars 458 forks source link

What if i just need the audio from screen-capture-recorder it has big size and i want to use it into my software #107

Open AhmadMustafaa opened 6 years ago

AhmadMustafaa commented 6 years ago

i want to use its desktop audio capturing feature and don't need video feature. does it have the exe available for audio features only (in low size Mb) or i have to create own dll for it which only contain "virtual-audio-capturer" . suggestions ? Regards

rdp commented 6 years ago

You could create your own .exe distributable that just includes the dll (or otherwise just register the dll) here's the innosetup https://github.com/rdp/screen-capture-recorder-to-video-windows-free/blob/master/innosetup_installer_options.iss the dll you want is https://github.com/rdp/virtual-audio-capture-grabber-device/tree/master/source_code (release or x64 dirs). GL!

On Sat, Mar 10, 2018 at 8:04 AM, AhmadMustafaa notifications@github.com wrote:

i want to use its desktop audio capturing feature and don't need video feature. does it have the exe available for audio features only (in low size Mb) or i have to create own dll for it which only contain "virtual-audio-capturer" . suggestions ? Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/107, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0AmWLJU2ZSk5nnr6c6DNRn-mhEeUks5tc-uRgaJpZM4SlTtm .

wangborong12345 commented 1 year ago

@rdp Hello, please give me some advice. I just need desktop video and I want to wrap it into my application as well, please how can I do it?

rdp commented 1 year ago

I think ffmpeg has a gdigrab that might do the trick. Different features slightly than this one but maybe enough? :)

On Sat, Sep 9, 2023 at 1:34 AM yulee @.***> wrote:

@rdp https://github.com/rdp Hello, please give me some advice. I just need desktop video and I want to wrap it into my application as well, please how can I do it?

— Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/107#issuecomment-1712445623, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUFMDF3HC74A7JUTOKDXZQLXJANCNFSM4EUVHNTA . You are receiving this because you were mentioned.Message ID: <rdp/screen-capture-recorder-to-video-windows-free/issues/107/1712445623@ github.com>