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

question about startup #15

Open stpapadakis opened 11 years ago

stpapadakis commented 11 years ago

Hello! I don't have nay experience in such programs so i would like to ask two questions. I actually want to open this program from a flash file, to start automatically, to record for 15 seconds the whole screen (i found this) and then automatically to stop and save the file in the disk (i found this). So please can you tell me what kind of parameters i can use in a batch file to call the program?

In my batch file that i call from flash i usually call the program like:

@echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit

Thank you in advance!!!!

rdp commented 11 years ago

can flash run batch files?

On Sun, Mar 10, 2013 at 2:47 PM, stpapadakis notifications@github.comwrote:

Hello! I don't have nay experience in such programs so i would like to ask two questions. I actually want to open this program from a flash file, to start automatically, to record for 15 seconds the whole screen (i found this) and then automatically to stop and save the file in the disk (i found this). So please can you tell me what kind of parameters i can use in a batch file to call the program?

In my batch file that i call from flash i usually call the program like:

@echo https://github.com/echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit https://github.com/exit

Thank you in advance!!!!

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15 .

stpapadakis commented 11 years ago

Now i saw your email. Yes of course flash can run batch files.

@echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit

For example thsi is thc code that i run itunes from flash (when i press a button).

So do you think i can open and make the software record automatically?

Thank you in advance!


P Please consider the environment before printing this e-mail !



On Sat, Mar 16, 2013 at 8:00 PM, Roger Pack notifications@github.comwrote:

can flash run batch files?

On Sun, Mar 10, 2013 at 2:47 PM, stpapadakis notifications@github.comwrote:

Hello! I don't have nay experience in such programs so i would like to ask two questions. I actually want to open this program from a flash file, to start automatically, to record for 15 seconds the whole screen (i found this) and then automatically to stop and save the file in the disk (i found this). So please can you tell me what kind of parameters i can use in a batch file to call the program?

In my batch file that i call from flash i usually call the program like:

@echo https://github.com/echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit https://github.com/exit

Thank you in advance!!!!

— Reply to this email directly or view it on GitHub< https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15>

.

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15#issuecomment-15009250 .

rdp commented 11 years ago

Basically you will need to call a program that "records it" for you. One possibility is to have the batch file start ffmpeg to record from a device, and also to specify an "ending time" (like "quit recording after 5 minutes") or the like.

On Sun, Mar 17, 2013 at 4:40 AM, stpapadakis notifications@github.comwrote:

Now i saw your email. Yes of course flash can run batch files.

@echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit

For example thsi is thc code that i run itunes from flash (when i press a button).

So do you think i can open and make the software record automatically?

Thank you in advance!


P Please consider the environment before printing this e-mail !



On Sat, Mar 16, 2013 at 8:00 PM, Roger Pack notifications@github.comwrote:

can flash run batch files?

On Sun, Mar 10, 2013 at 2:47 PM, stpapadakis notifications@github.comwrote:

Hello! I don't have nay experience in such programs so i would like to ask two questions. I actually want to open this program from a flash file, to start automatically, to record for 15 seconds the whole screen (i found this) and then automatically to stop and save the file in the disk (i found this). So please can you tell me what kind of parameters i can use in a batch file to call the program?

In my batch file that i call from flash i usually call the program like:

@echo https://github.com/echo off

start "" "C:\Program Files\iTunes\iTunes.exe" @exit https://github.com/exit

Thank you in advance!!!!

— Reply to this email directly or view it on GitHub<

https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15>

.

— Reply to this email directly or view it on GitHub< https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15#issuecomment-15009250>

.

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/15#issuecomment-15020558 .