-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Various suggestions #111
Comments
Thanks for all the great feedback 🙌
Already planned, but I'm waiting until I can use SwiftUI as doing advanced animations with AppKit is annoying. This is tracked in #104.
I've tried reducing the opacity, but even with 0.7, it doesn't make a difference, and with 0.5 and lower, it looks too washed out.
There's already a "Open..." menu item and a Command+O shortcut. And you can drag and drop. Not sure this is actually needed. You're the first one to request this. Are there any other Mac apps that has drag and drop that makes it clickable to "open"?
Yeah, we should normalize the numbers from that slider to the closest whole FPS.
Yeah... It's not easy to fix. Help welcome!
I haven't noticed that, but we'll look into it.
Good point! That would be a better behavior.
Agreed, we should add a back button.
We persist the quality, but not sure it makes sense to persist the FPS. It really depends on the type of video.
Yeah, that would be better, but we don't really control the background. @sunshinejr Maybe we could do some view hierchy traversing to set the background color to a checkerboard NSColor pattern?
I think this is outside the scope of Gifski. We don't intend to do advanced video editing. You should just set a crop before recording in your recording app.
That is a good idea. I'm working on a plugin for Kap to export to Gifski. I'll mention that and some others when I'm done. |
@sindresorhus agree with everything you said. The black background indeed is something we do not control, but like with trimming view, we can try to adjust the color by going through the view hierarchy. Should we create a few small tasks from this one and track the progress there? |
👍 |
I see. Maybe filling the entire background, and app icon, with stripes would look better? Maybe using much thicker stripes? Probably not, and you might have tried this already 🤔.
I don't use d&d a lot, but looking at the apps in my dock:
Others are a bit of a stretch:
Pretty much every website that offers some kind of uploading features implements both d&d and a button: imgur, facebook, github, google image search... IMHO clicking somewhere in the app should open the open dialog, and in general it feels weird that the first window an app opens has no clickable regions at all.
Unfortunately I don't know anything about macOS native development, and I wouldn't really know how to fix this anyway, perhaps a few random frames of the video could be converted in the background to get a more reliable estimate?
If when dragging the slider a bit nothing changes that would feel weird to me too, in this case I think the slider handle should jump from one whole fps to the next.
I've timed it and converting a video took ~40s for me over a ~60s estimate, nothing particularly off but for me the countdown seems to be counting down a little faster than it should.
I agree that it's probably out of scope. The thing is the OS' built-in video recorder makes it difficult to precisely record a specific window, but this is more of an issue with the built-in recorder than Gifski. |
Maybe concentric circles could be used instead of stripes, they would make for a better icon and would give the app more of a target feeling, perhaps suggesting that files can be |
There's now an open button in the initial view.
This was fixed in the latest version.
This was fixed at some point. |
Check out Kap. It let's you select a window to record. You can then open the recording in Gifski. Kap has a "Open In" option.
That would not match the Gifski brand: https://gif.ski And I don't think it would look good with a circle there.
This was fixed at some point. The slider now rounds the FPS to a whole number. |
Can you reliably reproduce this? |
Closing as everything was either fixed or has individual issues. |
I'm on v2.5.0 and I see no button 🤔
Yes, I've just tried converting a video with Gifski and at the point where the app said there were 40s left, after about ~60% of the video had been processed already, I started a stopwatch and when the app finished the stopwatch was at ~32s. |
It's only on Catalina as it uses SwiftUI.
Ok. Thanks for confirming. Could you move this to a new issue? |
👋 I just tried the app and it looks pretty promising so I wanted to provide some feedback:
( ( 100 / number_of_percentage_points_so_far ) - 1 ) * time_elapsed_so_far
.Hope that's useful, thanks for making the app!
The text was updated successfully, but these errors were encountered: