Skip to content

Commit ec4b8c2

Browse files
committed
Minor tweaks
1 parent bb9b8fa commit ec4b8c2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Gifski/App.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
3434
FirebaseApp.configure()
3535
NSApp.servicesProvider = self
3636

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

4040
mainWindowController.showWindow(self)

Gifski/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
</array>
8585
</dict>
8686
</array>
87+
<key>LSApplicationCategoryType</key>
88+
<string>public.app-category.video</string>
8789
</dict>
8890
</plist>

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Ensure the images are named in the format `image_000001.png` and adjust the `-fr
109109

110110
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.
111111

112+
#### Is it possible to convert from WebM?
113+
114+
Gifski supports the video formats macOS supports, which does not include WebM.
115+
116+
You can convert your video to MP4 first with [this app](https://apps.apple.com/app/id1518836004).
117+
112118
#### Can I contribute localizations?
113119

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

0 commit comments

Comments
 (0)