Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let user edit gif once recorded #14

Open
quentin-st opened this issue Aug 31, 2016 · 6 comments
Open

Let user edit gif once recorded #14

quentin-st opened this issue Aug 31, 2016 · 6 comments

Comments

@quentin-st
Copy link

As said in #3, I'm using ScreenToGif on a windows environment. It lets one edit the gif once recorded:

ScreenToGif

It is a really cool feature since you can delete the X first/last frames (we could even eventually drop the "delay in seconds before recording starts" setting), add transitions, crop the gif...

Transitions & gif cropping may be useless, but frames deleting is a must have. What do you think?

@lode
Copy link

lode commented Aug 31, 2016

I'm used to SilentCast (https://github.com/colinkeenan/silentcast) which allows the same although with a more lean interface: you get a Nautilus window with the images and you can i.e. delete files before they are converted to gif.

(I don't like the messy interface of SilentCast though, Peek is way nicer! 👍)

@quentin-st
Copy link
Author

Nice one ideed! (but messy indeed, just like you said)
I'd rather have a ScreenToGif interface though - an horizontal list of frames: when scrolling, you get a nice preview of what the gif will look like. Plus, you can fit contextual information (frame duration & index) easier

@phw phw added the enhancement label Sep 1, 2016
@phw
Copy link
Owner

phw commented Sep 1, 2016

Nice idea, like it. The trick will be to make that as lean and simple as the rest of the interface. But I definitely think that would be a nice enhancement.

I will however not be able to tackle this anytime soon, a few other things that need to be taken care of first.

@lode
Copy link

lode commented Sep 4, 2016

Personally I wouldn't find it too messy to have a button to open Nautilus as a first step. The interface would stay clean and you get another known interface. Indeed as you say, it takes quite some time before you have such an interface remade in Peek itself (to remove, copy, reorder, etc.)

@phw
Copy link
Owner

phw commented Sep 7, 2016

I also like the Nautilus solution for its simplicity. One thing to keep in mind us that currently the Gif is created by imagemagick, which does remove redundant information from the frames. So the editing view should be shown before the final Gif is generated.

It would be best to tackle #1 before dealing with this.

@phw
Copy link
Owner

phw commented Nov 23, 2017

The upcoming Peek 1.2 will extract all frames as PNG before processing it. This makes it easier to hook into this and implement this functionality. Probably it could just be added as a special post processor (which opens a new view).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants