| 15 | | * Backup, transcoding, tagging and marking of any audio content |
| 16 | | * XML generation for metadata tags of all backuped WAV |
| 17 | | * Data corruption security with par2 recovery files (archiving) |
| 18 | | * Collection synchronizing to remote servers (ssh+rsync) |
| 19 | | * Metadata editing by XML or interactive shell |
| 20 | | * Audio marking from a given file or from tags thanks to the Festival speech systhesis tool |
| | 9 | * Secure media editing and archiving over networks. |
| | 10 | * Easy transcoding |
| | 11 | * Full tagging and marking methods |
| | 12 | * XML metadata backup |
| | 13 | * Web interface introducing WorkFlow (still in dev from march 2007) |
| | 14 | * SQL backend (still in dev from march 2007). |
| | 15 | * Data anti-corruption security with par2 recovery keys |
| | 16 | * Data synchronizing over remote servers (rsync) |
| | 17 | * Auto AudioMarking from metadata (thanks to Festival and Ecasound) |
| | 21 | |
| | 22 | == DOWNLOAD == |
| | 23 | |
| | 24 | On Debian or Ubuntu systems, just add these lines to your /etc/apt/sources-list: |
| | 25 | |
| | 26 | {{{ |
| | 27 | deb http://debian.parisson.org/ binary/ |
| | 28 | deb-src http://debian.parisson.org/ source/ |
| | 29 | }}} |
| | 30 | |
| | 31 | Then, |
| | 32 | |
| | 33 | {{{ |
| | 34 | sudo apt-get update |
| | 35 | sudo apt-get install telemeta |
| | 36 | }}} |
| | 37 | |
| | 38 | On other linux platforms, get the lastest tar.gz version on : |
| | 39 | |
| | 40 | [http://debian.parisson.org/ http://debian.parisson.org/] |
| | 41 | |
| | 42 | and uncompress the archive. |
| | 43 | Telemeta is written in python. So it doesn't require any compilation step. |
| | 44 | |
| | 45 | |
| | 46 | You can also get the lastest development version to try the lastest useful features (require Subversion): |
| | 47 | |
| | 48 | {{{ |
| | 49 | svn co http://svn.parisson.org/svn/telemeta/trunk telemeta |
| | 50 | }}} |
| | 51 | |
| | 52 | Then go into the created directory and just type this with your favorite shell : |
| | 53 | |
| | 54 | {{{ |
| | 55 | python install.py |
| | 56 | }}} |
| | 57 | |
| | 58 | See [http://svn.parisson.org/telemeta/browser/trunk/README README] and |
| | 59 | [http://svn.parisson.org/telemeta/browser/trunk/INSTALL INSTALL] file for more |
| | 60 | informations. |
| | 61 | |
| | 62 | == NEWS == |
| | 63 | |
| | 64 | * April 17th 2007: |
| | 65 | |
| | 66 | Telemeta is in high development now. The devel architecture has been modified to define main class objects of the program. Olivier has started the development of the user interface and SQL links. Guillaume has created the first Export objects, methods and tests. |
| | 67 | Please consider the development version in a _transitional state_. Some methods might not be functionnal... |
| | 68 | Feel free to post tickets if you encounter problems... |
| | 69 | |
| | 70 | == DEPENDS == |
| | 71 | |
| | 72 | python (>= 2.3.5-7), python-xml, python-central (>= 0.5), python-mutagen, sox, |
| | 73 | vorbis-tools, flac, lame, normalize-audio, ecasound, festival, par2 |
| | 74 | |
| | 75 | == DOCUMENTATION == |
| | 76 | |
| | 77 | * ManualFile |