dylman123 / automatic-subtitle-generator-python

A tool to automatically generate subtitles for videos which are editable in Final Cut Pro X.
6 stars 0 forks source link

Research Xcode app/py2app #9

Open dylman123 opened 4 years ago

dylman123 commented 4 years ago

A tool for creating standalone Mac OS X applications with Python.

dylman123 commented 4 years ago

The application should seamlessly install all of the dependencies on the host OS, for example on Mac OS X it should execute a 'brew install' if necessary. eg. $ brew install ffmpeg

dylman123 commented 4 years ago

Research on Xcode and MacOS apps

@MichaelOren @darrenlev

1. Do any Final Cut Pro X plugins currently exist on the Mac App store?

Yes, a handful of Final Cut Pro X plugins already exist as apps on the Mac App Store! But not too many.

Price range approx. varies from free (transitions package) to $89.99 (3D graphics animation FX plugin).

2. Arguments to build a MacOS app

Seems like listing this app on the Mac App Store would be a very good approach for the following reasons:

  1. Product distribution is essentially already solved for you!
  2. This is where Final Cut Pro X users will be looking/searching (target market) since this is where Final Cut Pro X itself is purchased.
  3. Similar apps / plugins are not necessarily free, ie. we can expect people to pay for a plugin (if it's good enough)! Especially since FCP is already expensive ($499.99), users shouldn't mind paying a relatively small extra amount for a feature that they need.

3. How to get started in building a MacOS app