| 1 | | == Video Uploading == |
| 2 | | Plumi uses a three step form for publishing. The process is relatively simple and requires users to fill out basic information about their video (producer, director, date created etc.), categorise the video via a traditional taxonomy and also by tagging, attach a license (via the Creative Commons API), upload a photo (which is used as a thumbnail) and of course their video. Only some fields are currently compulsory. |
| 3 | | |
| 4 | | There is a series of steps videos go through to get published which you can read more about at WorkFlow. |
| 5 | | |
| 6 | | Current fields include |
| 7 | | |
| 8 | | * Title (Required) |
| 9 | | * Description (Required) |
| 10 | | * A short summary of the content |
| 11 | | * Producer |
| 12 | | * Director |
| 13 | | * Producer's email address |
| 14 | | * Producer's address details |
| 15 | | * Project Name |
| 16 | | * Production Company |
| 17 | | * Website address |
| 18 | | * Distributor |
| 19 | | * Date produced (Required) |
| 20 | | * Full Description of your film |
| 21 | | * Country |
| 22 | | * Genre |
| 23 | | * Topics |
| 24 | | * Tags |
| 25 | | * License |
| 26 | | * Video duration (Required) |
| 27 | | * File name (Required) |
| 28 | | * Thumbnail |
| 29 | | |
| 30 | | If you are a developer you can modify these fields to suit your needs by subclassing to make a new content type with specific new elements (the schema) in http://dev.plone.org/collective/browser/plumi.content/trunk/plumi/content/content/plumivideo.py |
| 31 | | |
| 32 | | Before starting subclassing you should read - http://plone.org/documentation/tutorial/archgenxml-getting-started |
| 33 | | |
| 34 | | Also check - http://plone.org/documentation/faq/custom-types |
| 35 | | |
| 36 | | Currently Plumi will accept most common (and some obscure) file formats. Transcode Star will transcode most file formats to mp4 and ogv and embed them in the browser for playback. |
| 37 | | |
| 38 | | [wiki:WikiStart Back to start] |
| 39 | | |
| 40 | | '''To Do''' |
| 41 | | * Enter exact list of file formats |
| | 1 | This page is deprecated. Please visit the Plumi Manual - http://en.flossmanuals.net/Plumi/ |