Open cv2018 opened 7 years ago
My bat file is like that:
start "" "C:/...." timeout /t 5
Now I would like to start recording the desktop but I don't know how to give the order. I use the "record audio by clicking in a button".
Do you want it to end after a certain time or go until you "click stop"?
I would like to go a certain (2 hours) and stop
OK just call out to ffmpeg directly like c:\full\path\to\ffmpeg -t 120 ...
On Fri, Nov 17, 2017 at 9:11 AM, cv2018 notifications@github.com wrote:
I would like to go a certain (2 hours) and stop
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/99#issuecomment-345287062, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0Dg69axF0o1w9uNjABOQmSDEJSQlks5s3bA7gaJpZM4QfeW1 .
I tried like that but it didn't work. What I am doing wrong?
start "" "C:\Users\pdst11008\Desktop\Record Desktop Screen Capturer Recorder" timeout /t 5 C:\Program Files (x86)\Screen Capturer Recorder\configuration_setup_utility\vendor\ffmpeg -t 120 timeout /t 15 exit
Thank you.
what does it say if you run that in a command line (the ffmpeg line)? hint: you have to pass ffmpeg parameters so it knows what to record like ffmpeg -f dshow -i video=screen-capture-recorder:audio=virtual-audio-capturer out.mp4 GL!
On Sat, Nov 18, 2017 at 8:56 AM, cv2018 notifications@github.com wrote:
I try like that but it doesn't word
start "" "C:\Users\pdst11008\Desktop\Record Desktop Screen Capturer Recorder" timeout /t 5 C:\Program Files (x86)\Screen Capturer Recorder\configuration_setup_utility\vendor\ffmpeg -t 120 timeout /t 15 exit
I tried like that but it didn't work. What I am doing wrong?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/99#issuecomment-345451200, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0JnONIN6ydcqynHHG9JGyZ89c-Nhks5s3v4PgaJpZM4QfeW1 .
It works! Thank you very much
On Sun, Nov 19, 2017 at 5:09 AM, Roger Pack notifications@github.com wrote:
what does it say if you run that in a command line (the ffmpeg line)? hint: you have to pass ffmpeg parameters so it knows what to record like ffmpeg -f dshow -i video=screen-capture-recorder:audio=virtual-audio-capturer out.mp4 GL!
On Sat, Nov 18, 2017 at 8:56 AM, cv2018 notifications@github.com wrote:
I try like that but it doesn't word
start "" "C:\Users\pdst11008\Desktop\Record Desktop Screen Capturer Recorder" timeout /t 5 C:\Program Files (x86)\Screen Capturer Recorder\configurationsetup utility\vendor\ffmpeg -t 120 timeout /t 15 exit
I tried like that but it didn't work. What I am doing wrong?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to- video-windows-free/issues/99#issuecomment-345451200, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAAw0JnONIN6ydcqynHHG9JGyZ89c-Nhks5s3v4PgaJpZM4QfeW1
.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/99#issuecomment-345492704, or mute the thread https://github.com/notifications/unsubscribe-auth/AgI15RdWDhTWkKpX8ZNWq8BbZrpOlTbfks5s37gjgaJpZM4QfeW1 .
Hello,
I am a new user of this precious program and I would like to know how to make a batch file to start a record (a using recor from a button). My goal is to schedule a monitor recording.
Thank you!