On Tuesday, 3 November 2020 17:38:38 EET George from the tribe wrote:
I have a recurring webinar that is set to go for about an hour and a half in the daytime in Asia, but that puts it right in the middle of when I am asleep at night here.
Anyone have any ideas on how I might record the screen and sound, but have it automatically shut off recording and save it after a specified time limit, like 1.5 hours? I normally use simplescreenrecorder, but I can use anything else that does the job.
If it is in a format supported by ffmpeg, I use: systemd-run --user --on-calendar="22:00" ffmpeg -i https://akamaihd.net/master.m3u8 -t 03:30:00 -vcodec copy -acodec copy -movflags faststart video.mp4 to save the video at https://akamaihd.net/master.m3u8 to disk. --on-calendar defines the start time and -t the duration of the recording. -- Regards, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org