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

How i might use it with ffmpeg "From box" #74

Closed sliterok closed 6 years ago

sliterok commented 8 years ago

Or there is no ways of doing it?

rdp commented 8 years ago

what is the ffmpeg from box?

sliterok commented 8 years ago

I meant to use screen-capture-recorder-to-video-windows-free with ffmpeg, from box. Like just extract some dll's right to ffmpeg.exe and start recording.

rdp commented 8 years ago

there is gdigrab "built in" to ffmpeg which may be interesting to you (in place of screen-capture-recorder but doesn't have a virtual-audio-capturer equivalent). You can extract dll's alongside it but you need to register them as an administrator first before you can use them...FWIW.

On Fri, Apr 29, 2016 at 9:41 AM, sliterok notifications@github.com wrote:

I meant to use screen-capture-recorder-to-video-windows-free with ffmpeg, from box. Like just extract some dll's right to ffmpeg.exe and start recording.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/74#issuecomment-215765831

sliterok commented 8 years ago

Im making sort of... ffmpeg recording gui. if i use webm as output of gdigrab it does everything... Strange. Like chaning colors in Chrome, or not even playing in mpc-hc.

rdp commented 8 years ago

is that a gdigrab thing or a webm thing (hint: possibly webm thing, or maybe what pixel format it is using underneath...)

On Fri, Apr 29, 2016 at 10:22 AM, sliterok notifications@github.com wrote:

Im making sort of... ffmpeg recording gui. if i use webm as output of gdigrab it does everything... Strange. Like chaning colors in Chrome, or not even playing in mpc-hc.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/74#issuecomment-215791821

sliterok commented 8 years ago

I didn't find any pixel_format parameter, i could change in options of gdigrab, so... No idea. Btw gdigrab outputs to .mp4 just fine.

rdp commented 8 years ago

https://www.google.com/search?q=ffmpeg+webm+html5&ie=utf-8&oe=utf-8 may be interesting in terms of getting a webm to work, but I don't know much past that. GL! -roger-

On Fri, Apr 29, 2016 at 10:38 AM, sliterok notifications@github.com wrote:

I didn't find any pixel_format parameter, i could change in options of gdigrab, so... No idea. Btw gdigrab outputs to .mp4 just fine.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/74#issuecomment-215798888

rdp commented 6 years ago

startlingly, if you know the CLSID you can target a dll and use that without registering the dll at all. I've never tried it though, gl!