Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 31, 2023
1 parent bb9b8fa commit ec4b8c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gifski/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
FirebaseApp.configure()
NSApp.servicesProvider = self

// We have to include `.badge` otherwise system preferences does not show the checkbox to turn off sounds. (macOS 12.4)
// We have to include `.badge` otherwise system settings does not show the checkbox to turn off sounds. (macOS 12.4)
notificationCenter.requestAuthorization(options: [.sound, .badge]) { _, _ in }

mainWindowController.showWindow(self)
Expand Down
2 changes: 2 additions & 0 deletions Gifski/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@
</array>
</dict>
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
</dict>
</plist>
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ Ensure the images are named in the format `image_000001.png` and adjust the `-fr

This is unfortunately not supported. However, if you know how to run a terminal command, you could run `open -na Gifski` multiple times to open multiple instances of Gifski, where each instance can convert a separate video. You should not have the editor view open in multiple instances though, as changing the quality, for example, will change it in all the instances.

#### Is it possible to convert from WebM?

Gifski supports the video formats macOS supports, which does not include WebM.

You can convert your video to MP4 first with [this app](https://apps.apple.com/app/id1518836004).

#### Can I contribute localizations?

We don't have any immediate plans to localize the app.
Expand Down

0 comments on commit ec4b8c2

Please sign in to comment.