Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Testpack opened this issue Feb 2, 2016 · 1 comment

Comments

@Testpack
Copy link

Testpack commented Feb 2, 2016

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
Copy link
Owner

rdp commented Sep 22, 2017

hmm different desktop as it were?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants