Garage:Mediakit : Différence entre versions

De La Quadrature du Net
Aller à la navigationAller à la recherche
(Created page with '{{Project |name=Mediakit |description=The mediakit is a web application to publish, encode, tag, search and save video and audio documents related to La Quadrature's topics. |lan…')
 
 
(8 révisions intermédiaires par 3 utilisateurs non affichées)
Ligne 3 : Ligne 3 :
 
|description=The mediakit is a web application to publish, encode, tag, search and save video and audio documents related to La Quadrature's topics.
 
|description=The mediakit is a web application to publish, encode, tag, search and save video and audio documents related to La Quadrature's topics.
 
|language=PHP,MySQL
 
|language=PHP,MySQL
|aperson=Benjamin
+
|image=Mediakit.png
|repository=svn://svn.octopuce.fr/mediakit
+
|aperson=[[User:benjamin|Benjamin]]
 +
|repository=svn://svn.laquadrature.net/mediakit
 
|url=http://mediakit.laquadrature.net
 
|url=http://mediakit.laquadrature.net
 
}}
 
}}
 +
 +
The Mediakit is a video and audio database program.
 +
 +
== Description ==
 +
 +
It works like this :
 +
 +
* Upload of the video and audio files can be done using a FTP account
 +
* When the uploaded file doesn't "move" anymore (I mean when its mtime is older than 1H) it is parsed, moved into a storage folder, and referenced in a MySQL database
 +
* A web interface shows the files, and a search engine allows the web users to find older audio and video files.
 +
* The web interface allows the downloads in any format of the video and audio files
 +
* You can affect a list of timecode and description for each video, that allows you to find a short sequence in any video or audio.
 +
* A cron job is used to compress the video and audio in miscellaneous formats (mp3, ogg, ogv, mp4, flv etc.)
 +
* When accessed using a special hostname, and using a basic http authentication, the web interface shows links to edit the name, description and tags attached to any media, and to edit the tag and taggroup list.
 +
 +
 +
== Resources ==
 +
 +
* The repository is svn://svn.laquadrature.net/mediakit
 +
* It is written in PHP using a MySQL database. The source code is
 +
 +
 +
== Roadmap ==
 +
 +
* '''Make a homepage, before the "blog view" of items, with boxes (3x2 boxes of 5 items each?) showing the latest media for some predefined tags (hadopi, loppsi, wd12 etc.) or combinations of tags (audio+hadopi, video+hadopi+jz, etc.). Also boxes with predefined items (list of media numbers?). Make an administration interface for the boxes on the home.'''
 +
* Make a better web interface (html5 or flash automatically) to show the video and audio files, and to show less technical informations.
 +
* Make an iframe widget to allow publishing a media anywhere
 +
* Use some clean html5 display, with Flash fallback (example: http://camendesign.com/code/video_for_everybody)
 +
[[Category:Resources]]

Version actuelle datée du 25 novembre 2010 à 11:48

The Mediakit is a video and audio database program.

Description[modifier]

It works like this :

  • Upload of the video and audio files can be done using a FTP account
  • When the uploaded file doesn't "move" anymore (I mean when its mtime is older than 1H) it is parsed, moved into a storage folder, and referenced in a MySQL database
  • A web interface shows the files, and a search engine allows the web users to find older audio and video files.
  • The web interface allows the downloads in any format of the video and audio files
  • You can affect a list of timecode and description for each video, that allows you to find a short sequence in any video or audio.
  • A cron job is used to compress the video and audio in miscellaneous formats (mp3, ogg, ogv, mp4, flv etc.)
  • When accessed using a special hostname, and using a basic http authentication, the web interface shows links to edit the name, description and tags attached to any media, and to edit the tag and taggroup list.


Resources[modifier]

  • The repository is svn://svn.laquadrature.net/mediakit
  • It is written in PHP using a MySQL database. The source code is


Roadmap[modifier]

  • Make a homepage, before the "blog view" of items, with boxes (3x2 boxes of 5 items each?) showing the latest media for some predefined tags (hadopi, loppsi, wd12 etc.) or combinations of tags (audio+hadopi, video+hadopi+jz, etc.). Also boxes with predefined items (list of media numbers?). Make an administration interface for the boxes on the home.
  • Make a better web interface (html5 or flash automatically) to show the video and audio files, and to show less technical informations.
  • Make an iframe widget to allow publishing a media anywhere
  • Use some clean html5 display, with Flash fallback (example: http://camendesign.com/code/video_for_everybody)
<< back to the garage
Mediakit
Picture of this projet
Description The mediakit is a web application to publish, encode, tag, search and save video and audio documents related to La Quadrature's topics.
Languages PHP,MySQL
Leader Benjamin
Contributors {{{developers}}}
Repository svn://svn.laquadrature.net/mediakit
Project Url http://mediakit.laquadrature.net
Demo {{{demo}}}
Download {{{download}}}