[GH-ISSUE #392] More automatic tasks #1695

Open
opened 2026-03-01 18:47:33 +03:00 by kerem · 6 comments
Owner

Originally created by @Xyolyp on GitHub (Oct 23, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/392

I would like to have an automatic task that inserts a progress bar in every GIF I record.
Additionaly I would like some sort of fully automated export that performs the automated tasks set up and then exports to a specific folder/file and overwrites if need (maybe as an option if it should always overwrite)

Originally created by @Xyolyp on GitHub (Oct 23, 2018). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/392 I would like to have an automatic task that inserts a progress bar in every GIF I record. Additionaly I would like some sort of fully automated export that performs the automated tasks set up and then exports to a specific folder/file and overwrites if need (maybe as an option if it should always overwrite)
Author
Owner

@zalmanlew commented on GitHub (Oct 23, 2018):

It'd be nice if you could "record" automated tasks (similar to Adobe Illustrator and Photoshop Actions)

<!-- gh-comment-id:432291274 --> @zalmanlew commented on GitHub (Oct 23, 2018): It'd be nice if you could "record" automated tasks (similar to Adobe Illustrator and Photoshop Actions)
Author
Owner

@vatterspun commented on GitHub (Nov 21, 2018):

Some of the batch items requested might be managed by a separate screen/program/function that does batch operations to GIF files, similar to XNView program. This might be something people who don't need the full ScreenToGif editor might want to use.

XnView example screen 1:
image

XnView example screen 2:
image

Some possible items could include:

  • Convert to smaller size (shrink)
  • Convert to fewer colors
  • Convert to video, Animated PNG, individual frames
  • Add progress bar
  • Crop X pixels from right/left/top/bottom
  • Save to [folder]
  • Overwrite / rename

These would stack so for example you could add a progress bar to a file that you've cut down to 32 colors and save to MP4.

Just a suggestion.

<!-- gh-comment-id:440804851 --> @vatterspun commented on GitHub (Nov 21, 2018): Some of the batch items requested might be managed by a separate screen/program/function that does batch operations to GIF files, similar to XNView program. This might be something people who don't need the full ScreenToGif editor might want to use. XnView example screen 1: ![image](https://user-images.githubusercontent.com/1289134/48867761-e1932c80-ed9c-11e8-9eeb-48e75f4daf4a.png) XnView example screen 2: ![image](https://user-images.githubusercontent.com/1289134/48867793-038caf00-ed9d-11e8-989d-c2a605bfd84f.png) Some possible items could include: * Convert to smaller size (shrink) * Convert to fewer colors * Convert to video, Animated PNG, individual frames * Add progress bar * Crop X pixels from right/left/top/bottom * Save to [folder] * Overwrite / rename These would stack so for example you could add a progress bar to a file that you've cut down to 32 colors and save to MP4. Just a suggestion.
Author
Owner

@andrew-davis commented on GitHub (Feb 15, 2019):

👍 Would be great if it was possible to create templates for the below list of things. Then they could be enabled, and applied in the automatic task section.

  • Add progress bar
  • Add title slide
  • Scale delay
  • Add watermark

I use these in an identical manor frequently. Would be a great feature to be able to automate. Thanks.

<!-- gh-comment-id:464230158 --> @andrew-davis commented on GitHub (Feb 15, 2019): :+1: Would be great if it was possible to create templates for the below list of things. Then they could be enabled, and applied in the automatic task section. - Add progress bar - Add title slide - Scale delay - Add watermark I use these in an identical manor frequently. Would be a great feature to be able to automate. Thanks.
Author
Owner

@NickeManarin commented on GitHub (Sep 27, 2019):

I just added the Progress as an available task.
It will be available with 2.19, next week.

Scale delay is already available, @andrew-davis (as Delay update > Scale).

Title frame I'm not sure how could I implement.
Maybe let the user select the index based on a percentage?
Like insert title frame at 0% in order to insert at frame 0?
100% to insert at the latest position?

<!-- gh-comment-id:536113195 --> @NickeManarin commented on GitHub (Sep 27, 2019): I just added the Progress as an available task. It will be available with 2.19, next week. Scale delay is already available, @andrew-davis (as Delay update > Scale). Title frame I'm not sure how could I implement. Maybe let the user select the index based on a percentage? Like insert title frame at 0% in order to insert at frame 0? 100% to insert at the latest position?
Author
Owner

@NickeManarin commented on GitHub (Sep 27, 2019):

Resize could be done like this:

Fixed mode: Always resizes to a given size.
Maximum size mode: Sizes down all frames to match the maximum size, ignores smaller frames.
Minimum size mode: Sizes up all frames to match the minimum size, ignores bigger frames.

<!-- gh-comment-id:536113744 --> @NickeManarin commented on GitHub (Sep 27, 2019): Resize could be done like this: Fixed mode: Always resizes to a given size. Maximum size mode: Sizes down all frames to match the maximum size, ignores smaller frames. Minimum size mode: Sizes up all frames to match the minimum size, ignores bigger frames.
Author
Owner

@NickeManarin commented on GitHub (Sep 27, 2019):

Watermark is other one that is not that simple to implement.
The scale could be based on the frame size (or maybe just the watermark size, or both).
The position could be set via alignments (left, center, right, top, middle, bottom) or via X/Y percentage?
X50% would center the watermark in the X axis.

<!-- gh-comment-id:536114633 --> @NickeManarin commented on GitHub (Sep 27, 2019): Watermark is other one that is not that simple to implement. The scale could be based on the frame size (or maybe just the watermark size, or both). The position could be set via alignments (left, center, right, top, middle, bottom) or via X/Y percentage? X50% would center the watermark in the X axis.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1695
No description provided.