[opensuse] record a webinar at night
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. -- George Box: 15.2 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: 15.2 | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: 15.2 | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2020-11-03 16:38, George from the tribe wrote:
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.
Leap 15.2 and TW has 0.4.1 resp. 0.4.2. Look for "recording schedule". https://www.linuxuprising.com/2020/05/simplescreenrecorder-updated-with.html Both 15.2 and 15.2 have community repo that can give you 0.4.2. https://software.opensuse.org/package/simplescreenrecorder -- /bengan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/3/20 9:55 AM, Bengt Gördén wrote:
On 2020-11-03 16:38, George from the tribe wrote:
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.
Leap 15.2 and TW has 0.4.1 resp. 0.4.2.
Look for "recording schedule". https://www.linuxuprising.com/2020/05/simplescreenrecorder-updated-with.html
Both 15.2 and 15.2 have community repo that can give you 0.4.2. https://software.opensuse.org/package/simplescreenrecorder
Awesome, thank you. I will try it out! -- George Box: 15.2 | Plasma 5 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: 15.2 | Plasma 5 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: 15.2 | Plasma 5 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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
participants (3)
-
auxsvr
-
Bengt Gördén
-
George from the tribe