Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1538

Community Plugins & Addons • Re: Finalshot

$
0
0
Before I forget, if by any chance you decide to consider my earlier suggestion of being able to capture multiple screenshots in a single command, an adjustable time interval in ms between those captures would be useful too, if possible. Also, providing the ability to capture to .jpg besides the existing .png would help in making the captures smaller for folks preferring that.
So far, I did manage to capture to GIF in my unreleased Screen Ruler skin by self updating a Finalshot measure like described earlier, though it involved significant CPU usage and other dependencies like ffmpeg for the conversion and gifsicle for the optimization afterwards (apparrently, ezgif.com also uses gifsicle for the latter, and sizes are similar):

Code:

[ConvertToGif]Measure=PluginProgram=%ComSpec% /U /CPlugin=RunCommandStartInFolder=#@#Parameter=ffmpeg -i "#CURRENTPATH#Screenshot%d.png" -vf "fps=25,split[s0][s1];[s0]palettegen=max_colors=32[p];[s1][p]paletteuse=dither=bayer" -loop 0 "#CURRENTPATH#Animation.gif" && gifsicle.exe -O3 --lossy=35 -o "#CURRENTPATH#Animation Lossy Compressed.gif" "#CURRENTPATH#Animation.gif" && del /A /F "#CURRENTPATH#Screenshot*.png" "#CURRENTPATH#Animation.gif"State=HideOutputType=ANSIUpdateDivider=-1FinishAction=[Play "#@#Screen Ruler.wav"]DynamicVariables=1
A mini preview of my WebView Earth skin captured with the help of your plugin and the above method to finish the job, as an example:
Animation Lossy Compressed.gif
If you do not mind I already made a commandline tool for this.I think you have a look on it.
https://shotcap.pages.dev/

Statistics: Posted by nstechbytes — Today, 2:48 am



Viewing all articles
Browse latest Browse all 1538

Trending Articles