
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (42)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (3685)
-
New Sanyo cameras have editing in mind
13 octobre 2009Sanyo has announced some ’A’ revisions to their existing FH1 and HD2000 cameras, which add a new "iFrame" mode. It appears this is an i-frame only h264 mode, at a reduced 960x540 resolution. It’s a very interesting idea - if other manufacturers adopted it as an optional setting, and if NLE manufacturers supported it, it could turn H264 into an edit-friendly format. Right now, editing H264 is hamstrung by the extremely long GOPs and complex interframe relationships. Going to i-frame only makes it essentially a more advanced version of a codec like DV or DVCProHD.
Interestingly, the bottom of the press release mentions that
"The iFrame logo and the iFrame symbol are trademarks of Apple Inc."
That’s news to me. One wonders if Sanyo jumped the gun on a release, or if this is just a format that Apple uses internally in tools like iMovie, which Sanyo has co-opted. I’ll certainly be keeping my eyes open for an Apple announcement about "iFrame."
-
Revision 21a0dade42 : vp8 : Modify to use closest reference in zero_mv bias. Modify zero_mv bias condi
14 août 2014, par MarcoChanged Paths :
Modify /vp8/encoder/onyx_if.c
Modify /vp8/encoder/onyx_int.h
Modify /vp8/encoder/pickinter.c
vp8 : Modify to use closest reference in zero_mv bias.Modify zero_mv bias condition to include check that "closest" reference is
last_frame.
This is needed for temporal layers, where the last_frame is not always the
closest reference.
Also, constain zeromv_count to be for last_frame reference.Change-Id : I7af54a809ebf01ef43b9933c9d4095b6cb189390
-
Metadata : Bower license should be the SPDX type of license.
23 août 2015, par sgilroyMetadata : Bower license should be the SPDX type of license.
Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file.
Closes #544.