Search found 161 matches

by papiosaur
Mon Mar 25, 2024 5:06 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

@jPV: ha OK, thanks a lot!

i understand better manipulation of brushes now :-)

Interesting part of Hollywood which i didn't know.

Thanks to plouf too of course ;-)
by papiosaur
Mon Mar 25, 2024 1:53 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

A new small problem, i would like to add a brush in PNG format to show the mouse cursor instead of the CIRCLE present in the plouf code. The move of the cursor is OK but the alpha channel is black... An idea about that?

Thanks!
by papiosaur
Mon Mar 25, 2024 1:34 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

@jPV: Thanks for your explainations but i have a error message: "Attempt to modify the active brush!" if i add FreeBrush(desktop_brush) after the WriteAnimFrame(1, desktop_brush) line.

Like the brush is named "desktop_brush" so the brush is overwriten on the next loop no?
by papiosaur
Sun Mar 24, 2024 8:29 am
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

Thanks a lot plouf for this new example! If you search BeginAnimStreamExt() in Hollywood.guide file (MorphOS version), it speak about this command: - New [SDK]: Added HWEXT_SAVEANIM_BEGINANIMSTREAM; if this extension tag is defined, Hollywood will call the BeginAnimStreamExt() function instead of th...
by papiosaur
Wed Mar 20, 2024 5:40 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

@plouf: a solution to stop the record properly please?

I see a BeginAnimStreamExt() but no example for this command...
by papiosaur
Tue Mar 19, 2024 5:43 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

@plouf : Thanks a lot for your example! Work better than my tests :-)

I will try to record a zone around the mouse to reduce the snapshot size like 800x600 or 640x512 but i don't know if it possible.

The mouse move with with blows... a solution for that?

@Templario: yes, thanks
by papiosaur
Mon Mar 18, 2024 7:06 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

@Templario: yes i try to register in AVI but i have the same picture in the video and no mouse...

I try to use SaveSnapshot() command to have the mouse but i have a white picture...

A small example will be welcome if possible.
by papiosaur
Mon Mar 18, 2024 8:56 am
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Re: Record desktop screen

Thanks plouf for your answer, i will investigate this command ;-)
by papiosaur
Sun Mar 17, 2024 5:04 pm
Forum: General programming
Topic: Record desktop screen
Replies: 15
Views: 1037

Record desktop screen

Hello, i would like create a "screen recorder". What is the best format for this : APNG, Animated GIF, other? I see the BGPictoBrush command but i don't know how to create an animation, must i use CreateAnim() or BeginAnimStream() command? How to show the mouse on the video? Thanks for you...
by papiosaur
Fri Feb 23, 2024 10:02 am
Forum: RapaGUI
Topic: Change colors in a button
Replies: 7
Views: 439

Re: Change colors in a button

@Bugala: it doesn't matter, your example could be used bu others guys and others projects ;-)

@jPV: thanks a lot for your example!, your solution is better than mine because is low "flashy" ;-)

Thanks a lot to all!