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

[ffmpeg + screen-capture-recorder] - Targeting a specific Windows session with the command line ? #69

Open Testpack opened 8 years ago

Testpack commented 8 years ago

Hi

Thanks for your tool/page https://github.com/rdp/screen-capture-recorder-to-video-windows-free .

I'm using ffmpeg + screen-capture-recorder to record my own and student work.

For my situation, I use a Remote desktop to follow their work (to resume I open/use an Admin session on the student computer while he's working to check if he's doing everything good - so 2 sessions on 1 computer).

Now I would like to know if it's possible (with specific arguments or other ways) to use ffmeg/screen-capture-recorder to record the student session while I'm on his Admin session ? Targeting a specific Windows session with the command line ?

Right now I'm using this command line = ffmpeg -f dshow -i video="screen-capture-recorder" -f dshow -ac 2 -i audio="virtual-audio-capturer" -ar 48000 -acodec libmp3lame -ab 192k -r 30 -vcodec libx264 -crf 18 -preset ultrafast -f mpegts task1.mpg

Have you some advices ?

Thanks for your feedback.

rdp commented 7 years ago

hmm different desktop as it were?