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

Add an output flag #53

Open
ArsenArsen opened this issue Dec 11, 2016 · 3 comments
Open

Add an output flag #53

ArsenArsen opened this issue Dec 11, 2016 · 3 comments

Comments

@ArsenArsen
Copy link

Hello! I wanted to use peek in my image uploader, so I was wondering is there a possibility for something like peek -o OUTPUT.gif that will prompt to record a single gif and save it to OUTPUT.gif Thanks!

@seanmavley
Copy link

If terminal-only commands will be added, then I think recording time interval and perhaps dimensions should be specified too.

So something like:

peek -o OUTPUT.gif -t 10 -w 250 -h 250

where -o is output filename, -t is seconds to record, -w and -h is width and height in pixels respectively.

Or something along the lines of these

@ArsenArsen
Copy link
Author

ArsenArsen commented Dec 19, 2016

Seems good, but what I was thinking was still popping up the record screen and have it save by a terminal command. I still want it to be a user chosen area.

Great work by the way.

@phw
Copy link
Owner

phw commented Jan 12, 2017

Yes, specifying the file output could make sense. Will see if I can add it.

@seanmavley Not sure about that. I understand the idea here, but actually there are tools just for that. E.g. you can achieve scriptng like that with ffcast + ffmpeg. Does not really fit well into Peek, which really is supposed to be a GUI.

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