Tags : Browse Projects

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

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

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_...

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_...