Download project files

How do I verify a download?


110 of 40 releases

16.05 release from the trunk series released

Release information
Release notes:

* `novacut.gsthelpers`: up `'max-size-buffers'` used by "decodebin" and "queue" elements from 1 to to 2; this change tends to result in better CPU utilization while typically only having a tiny impact on memory usage

As is often the case, most of the work this release was on the Dmedia component and other components lower in the Novacut stack.

For details on the changes in Dmedia 16.05, please see:
https://launchpad.net/dmedia/trunk/16.05

For details on the changes in FileStore 16.05, please see:
https://launchpad.net/filestore/trunk/16.05

For details on the changes in Dbase32 1.7, please see:
https://launchpad.net/dbase32/trunk/1.7

For details on the changes in Degu 0.16, please see:
https://launchpad.net/degu/trunk/0.16
http://docs.novacut.com/degu/changelog.html#may-2016

For d...

File Description Downloads
download icon novacut-16.05.0.tar.gz (md5, sig) tarball 99
last downloaded 6 weeks ago
Total downloads: 99

16.03 release from the trunk series released

Release information
Release notes:

Changes include:

* Drop V0 to V0 hashing protocol and schema migration functionality:

  https://launchpad.net/novacut/+announcement/13738

* Drop `id` and `src` attributes from `novacut.render.Slice` namedtuple as they're rightfully from the `novacut.renderservice` domain

File Description Downloads
download icon novacut-16.03.0.tar.gz (md5, sig) tarball 22
last downloaded 6 weeks ago
Total downloads: 22

15.10 release from the trunk series released

Release information
Release notes:

This release drops support for GStreamer 1.2 and 1.4, only supports GStreamer 1.6 and newer; as such, this release is only being made for Ubuntu 15.10 (Wily Werewolf); the next 6 months will focus on making a great Novacut release for Ubuntu 16.04 LTS.

For more details on this plan, please see:
https://launchpad.net/novacut/+announcement/13673

Other changes include:

 * Drop the hacks needed for GStreamer 1.2 compatibility, rewrite rendering backend to be simple and correct for GStreamer 1.6 and newer

 * Rewrite novacut-thumbnailer to use gsthelpers.Pipeline base class, plus greatly improve the strategy it uses; the thumbnailer now generates fewer speculative thumbnails and is smarter about which thumbnails is creates, so as a result is much faster

 * Add new gsthelpers.Decoder base...

File Description Downloads
download icon novacut-15.10.0.tar.gz (md5, sig) tarball 43
last downloaded 48 weeks ago
Total downloads: 43

15.08 release from the trunk series released

Release information
Release notes:

Novacut 15.08 switches to a new rendering backend!

The new rendering backend decouples the problem in to into decoding and encoding, using the GStreamer appsink (decoding) and appsrc (encoding) elements to bridge the two and our own code in between.

Note that the new rendering backend does strict checks to ensure that each input video is conformant enough to meet its expectations, and it will fail with an error if it determines that a correct render cannot be produced.

So some edits that would previously render may now fail with an error. On the balance, this is a good thing because it means we weren't upholding our social contract for frame-accuracy, and these outright failures put pressure on us to fix things correctly (and there is a plan for this: non-destructively conforming a v...

File Description Downloads
download icon novacut-15.08.0.tar.gz (md5, sig) tarball 31
last downloaded 6 weeks ago
Total downloads: 31

14.07 release from the trunk series released

Release information
Release notes:

No change, just a version bump.

File Description Downloads
download icon novacut-14.07.0.tar.gz (md5, sig) tarball 112
last downloaded 6 weeks ago
Total downloads: 112

14.06 release from the trunk series released

Release information
Release notes:

David Jordan added an experimental script to import a Novacut edit into the Blender VSE:

    https://bugs.launchpad.net/novacut/+bug/1333448

This script a good example to look at for anyone interesting in integrating with the Novacut/Dmedia platform:

    http://bazaar.launchpad.net/~novacut/novacut/trunk/view/head:/blender-vse-import.py

File Description Downloads
download icon novacut-14.06.0.tar.gz (md5, sig) tarball 23
last downloaded 6 weeks ago
Total downloads: 23

14.05 release from the trunk series released

Release information
Release notes:

* Fix a logging warning that could crash the thumbnailer on video files with "non-ideal" frame timestamps

* Remove and cleanup a lot of py2/gst0.10 cruft, especially in the renderer module and its tests:

    http://bazaar.launchpad.net/~novacut/novacut/trunk/view/head:/novacut/renderer.py

Apologies that audio rendering hasn't yet been re-enable in Novacut 14.05. Also, some frame accuracy issues still exist when rendering. However, once these issue are resolved, the exact, frame-accurate meaning of your edit will still be preserved on new, correct renders.

File Description Downloads
download icon novacut-14.05.0.tar.gz (md5, sig) tarball 15
last downloaded 45 weeks ago
Total downloads: 15

14.04 release from the trunk series released

Release information
Release notes:

Security note: Dmedia is affected by the Heartbleed openssl vulnerability!

You need to force Dmedia to generate new user and machine certificates like this:

    rm ~/.local/share/dmedia/user-1.json
    rm ~/.local/share/dmedia/machine-1.json
    restart dmedia

After which you should reboot your computers and re-peer them. For more details, please see:

    https://lists.launchpad.net/novacut-community/msg00065.html

Changes include:

* Include gnlcomposition.emit('commit', True) fix (also released in 14.03.1)

* Add new `novacut-reset` script that allows you to completely delete and erase your Dmedia library (which includes all your Novacut edits and renders); this is aimed and manual testing and demoing, where you want an easy way to start fresh; please use this script with extreme ...

File Description Downloads
download icon novacut-14.04.0.tar.gz (md5, sig) tarball 29
last downloaded 2 weeks ago
Total downloads: 29

14.03 release from the trunk series released

Release information
Release notes:

Note: Dmedia/Novacut 14.03 is not *network* compatible with 14.02 and earlier releases. This is because we've switched to strictly configuring SSL for TLSv1.2 only (which also means we require Python 3.4 now). When you're ready, please upgrade all your Novacut machines to Ubuntu 14.04 LTS (Trusty) at the same time.

Changes include:

* As there is now a gnonlin release for gstreamer 1.0 (hooray!), we can finally drop the remaining Python2/GStreamer0.10 bits (the renderer and thumbnailer); however, there are some problems currently, see KNOWN ISSUES below

* Drop dependency on `dc3`, which was only used for its internal copy of an older version of Microfiber that supported Python2

KNOWN ISSUES:

1) On our play-through tests we're consistently not getting the last several video frames, s...

File Description Downloads
download icon novacut-14.03.1.tar.gz (md5, sig) Mostly fix rendering 17
last downloaded 5 days ago
download icon novacut-14.03.0.tar.gz (md5, sig) tarball 16
last downloaded 45 weeks ago
Total downloads: 33

14.02 release from the trunk series released

Release information
Release notes:

* Fix use of old version 0 schema DB names in ui/projects.js (was using novacut-0-FOO, should be novacut-1-FOO)

* Remove deprecated GLib.threads_init() in novacut-service

File Description Downloads
download icon novacut-14.02.0.tar.gz (md5, sig) tarball 21
last downloaded 46 weeks ago
Total downloads: 21

110 of 40 releases