Novacut

Differences between revisions 1 and 41 (spanning 40 versions)
Revision 1 as of 2011-07-10 12:17:38
Size: 24
Editor: 173-14-15-225-Colorado
Comment:
Revision 41 as of 2012-02-15 18:01:16
Size: 4458
Editor: 173-14-15-225-Colorado
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe Novacut here. '''Novacut Wiki Home'''

{{attachment:novacut-brandmark-400.png}}

Want to get involved? [[Novacut/GetInvolved|See if Novacut is the right project for you]], attend our [[Novacut/Meetings|weekly IRC meeting]], see [[Novacut/HelpNeeded|where we need help]], and checkout [[Novacut/Roadmap| our roadmap.]]

Novacut: [[https://www.google.com/calendar/embed?src=5d2d5g9rta296p2dnan8hdcd94%40group.calendar.google.com|Calendar]], [[http://novacut.com/|website]], [[http://blog.novacut.com/|blog]], [[http://www.kickstarter.com/projects/novacut/novacut-pro-video-editor/|Kickstarter]], [[Novacut/FAQ|FAQ]]

Novacut Brand Identity ([[http://www.design-by-izo.com/2011/06/27/novacut-brand-identity-design/|design by IZO]]): [[http://cdn.novacut.com/novacut-identity-guidelines_v1.0.pdf|Final v1 Guidelines]], [[http://cdn.novacut.com/novacut_First-Draft.pdf|First Draft]]

<<TableOfContents()>>


== Join the conversation ==

 * IRC: [[http://webchat.freenode.net/?channels=novacut|#novacut]] (freenode) - weekly IRC meeting Sunday 16:00 UTC
 * Google+: [[https://plus.google.com/u/0/109582833728734114979/posts|+Novacut]], [[https://plus.google.com/u/0/110946018676251034287/posts|+Dmedia]]
 * Twitter: [[https://twitter.com/#!/novacut|@novacut]]
 * [[http://www.facebook.com/pages/Novacut/116598565052941|Facebook]]
 * Vimeo: [[http://vimeo.com/groups/novacutartistdiaries|Novacut Artist Diaries]]
 * Mailing lists: [[https://launchpad.net/~novacut-community|novacut-community]], [[https://launchpad.net/~novacut-prototypes|novacut-prototypes]]

== How to install ==

If you're running Ubuntu 11.10 Oneric or Ubuntu Precise (the devel version that will be released as 12.04 in April 2012), this is the easiest way to install Novacut:

Open a terminal (search for "terminal" in Dash), and then copy and paste these 3 commands:

 {{{
sudo apt-add-repository ppa:novacut/stable
sudo apt-get update
sudo apt-get install novacut
}}}

== PPAs ==

We build packages for Ubuntu Oneiric and Precise users:

 * [[https://launchpad.net/~novacut/+archive/stable|Novacut Stable Releases]] (for artists)
 * [[https://launchpad.net/~novacut/+archive/pre-stable|Novacut Pre-Stable Releases]] (for adventurous folk helping with QA)
 * [[https://launchpad.net/~novacut/+archive/daily|Novacut Daily Builds]] (for developers)

For details, see our [[https://wiki.ubuntu.com/Novacut/ReleaseProcess|Release Process]].

== Code (and other stuff) in Launchpad projects ==

 * [[https://launchpad.net/novacut-artwork|novacut-artwork]] - various assets for the stunning Novacut brand identity [[http://www.design-by-izo.com/2011/06/27/novacut-brand-identity-design/|design by IZO]]
 * [[https://launchpad.net/novacut-prototypes|novacut-prototypes]] - where we rapidly prototype and measure time savings of UI variations before doing full implementations
 * [[https://launchpad.net/novacut|novacut]] - The main editor component (UI and renderer)
 * [[https://launchpad.net/dmedia|dmedia]] - Dmedia, our anwser to media asset management
 * [[https://launchpad.net/filestore|filestore]] - hashing protocol and !FileStore for Dmedia
 * [[https://launchpad.net/microfiber|microfiber]] - lightweight, high-performance CouchDB adapter for Python3
 * [[https://launchpad.net/usercouch|usercouch]] - Python3 library for starting per-user CouchDB instances
 * [[https://launchpad.net/userwebkit|userwebkit]] - Python3 library for building !WebKitGtk apps that talk to CouchDB
 * [[https://launchpad.net/dc3|dc3]] - a DBus service similar to [[https://launchpad.net/desktopcouch|desktopcouch]] (not that Dmedia now starts CouchDB itself, but we'll continue to maintain dc3 as a option for people migrating from desktopcouch)

== UX designs ==

 * [[https://wiki.ubuntu.com/AyatanaDmediaLovefest|Pro file import workflow UX design]]
 * [[https://wiki.ubuntu.com/Novacut/EditorUX|Novacut editor UX design]]
 * [[https://docs.google.com/a/novacut.com/document/d/1P8tftj-HBOt1hK_yYZo7h6_DJWi5QEYtf3VV_0OVzUI/edit?hl=en_US&pli=1|Workflow UX distillation]]
 * [[https://docs.google.com/a/novacut.com/document/d/1acmP0yl5oJTXTR0j71C2cKHU1mz0k-VGegkOQUhZGng/edit?hl=en_US|Workflow UX notes]]

== Software architecture ==

 * [[http://vimeo.com/15463106|CouchDB is Magic]]
 * [[http://cdn.novacut.com/couchone-guest.html|Talk first to the little cloud on localhost]]
 * [[https://wiki.ubuntu.com/DesktopCouchWishList|desktopcouch wishlist]]

Novacut Wiki Home

novacut-brandmark-400.png

Want to get involved? See if Novacut is the right project for you, attend our weekly IRC meeting, see where we need help, and checkout our roadmap.

Novacut: Calendar, website, blog, Kickstarter, FAQ

Novacut Brand Identity (design by IZO): Final v1 Guidelines, First Draft

Join the conversation

How to install

If you're running Ubuntu 11.10 Oneric or Ubuntu Precise (the devel version that will be released as 12.04 in April 2012), this is the easiest way to install Novacut:

Open a terminal (search for "terminal" in Dash), and then copy and paste these 3 commands:

  • sudo apt-add-repository ppa:novacut/stable
    sudo apt-get update
    sudo apt-get install novacut

PPAs

We build packages for Ubuntu Oneiric and Precise users:

For details, see our Release Process.

Code (and other stuff) in Launchpad projects

  • novacut-artwork - various assets for the stunning Novacut brand identity design by IZO

  • novacut-prototypes - where we rapidly prototype and measure time savings of UI variations before doing full implementations

  • novacut - The main editor component (UI and renderer)

  • dmedia - Dmedia, our anwser to media asset management

  • filestore - hashing protocol and FileStore for Dmedia

  • microfiber - lightweight, high-performance CouchDB adapter for Python3

  • usercouch - Python3 library for starting per-user CouchDB instances

  • userwebkit - Python3 library for building WebKitGtk apps that talk to CouchDB

  • dc3 - a DBus service similar to desktopcouch (not that Dmedia now starts CouchDB itself, but we'll continue to maintain dc3 as a option for people migrating from desktopcouch)

UX designs

Software architecture

Novacut (last edited 2013-06-02 19:11:05 by 173-14-15-225-Colorado)