Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Dmedia

Compare

  No analysis available

A user-experienced-focused technology aimed at making file management go away for both content-creation and content-consumption. Dmedia is a specialized distributed object store aimed at media files, and in particular aimed at asset management for professional video production. Dmedia does ... [More] real-time metadata sync using CouchDB, between multiple devices that you own, and optionally between other collaborators with whom you've shared projects. Dmedia is the collaborative foundation of the Novacut video editor, and hopefully other apps in the future... like yours! Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: AGPL3_or_...

Novacut

Compare

  No analysis available

Novacut is a collaborative video editor that aims to bring the agile, distributed workflow pioneered by free software to professional movie and TV production. Novacut can do real-time collaborative editing (think Google docs for video). The collaborative foundation is in a stand-alone component ... [More] called Dmedia, upon which you could build other apps with similar collaborative features. Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: AGPL3

Microfiber

Compare

  No analysis available

Microfiber is fabric for a lightweight Couch. Microfiber is a Python3 "REST adapter" for making HTTP requests to an arbitrary JSON loving REST API like CouchDB. This means the Microfiber API *is* the CouchDB REST API (plus a few carefully chosen convenience wrappers). Microfiber has internal ... [More] support for OAuth v1a and basic HTTP auth. Microfiber also has comprehensive SSL support, including support for client certificates. Microfiber is being developed as part of the Novacut project, and is well suited for desktop CouchDB applications. Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

Dmedia filestore

Compare

  No analysis available

filestore is the heart of the Dmedia. It’s been split out of Dmedia to make it easier to review, and in hopes that other apps might use the hashing protocol and file layout even if they don’t use the higher-level Dmedia features. The Dmedia hashing protocol was designed to solve practical ... [More] problems faced when transferring large files over unreliable (if not untrusted) networks. The hashing protocol allows you to self-authenticate 1) the file-size before you start downloading and 2) chunks of the file at an 8MiB granularity as you download. Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: AGPL3_or_...

UserWebKit

Compare

  No analysis available

UserWebKit is a Python3 library for building WebKitGtk apps that talk to a locally running CouchDB. This library is used to build the HTML5 UI for both Novacut and Dmedia... and hopefully for your app too! Questions? Want to get involved? Stop by the #novacut IRC channel on freenode

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

UserCouch

Compare

  No analysis available

UserCouch is a Python3 library for starting per-user CouchDB instances, including throw-away instances for unit testing. UserCouch is being developed as part of the Novacut project. It's used by Dmedia to start the per-user CouchDB instance used by Dmedia and Novacut, and is used for unit-testing ... [More] Microfiber, Dmedia, and Novacut. Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Dbase32

Compare

  No analysis available

The Dbase32 encoding is a base32 variant designed for document oriented databases and applications, specifically for encoding document IDs. Dbase32 uses an alphabet whose symbols are in ASCII/UTF-8 sorted order. This means that unlike RFC-3548 Base32 encoding, the sort-order of the encoded data ... [More] will match the sort-order of the binary data. The `dbase32` Python3 package provides both a high-performance C extension, and a pure-Python fallback. Questions? Want to get involved? Stop by the #novacut IRC channel on freenode [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpv3_or_...