Answer the question
In order to leave comments, you need to log in
Program or macro to perform certain actions?
You need software to record a webinar that has already passed with a large number of webinars. Ie for example I have a list of links. That is, I have a list of links, the program opens the link, launches another software for recording for 3 hours, then stops and follows the next link from the list and starts recording.
Answer the question
In order to leave comments, you need to log in
Yes, a regular script in any language, plus a screen recording, for example, through ffmpeg
, they opened a link, started recording for 3 hours, and killed the browser.
repeated in a cycle.
Something like
FOR /F %%url IN (file.txt) DO (
ECHO Обработка URL: %%url
start firefox.exe %%url
ffmpeg .....
Taskkill /IM firefox.exe /F
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question