
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (45)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6407)
-
Evolution #4106 (Nouveau) : Géré les objets sur l’affichage des documents
1er mars 2018, par Pierre KUHNBonjour,
Dans le fichier https://zone.spip.org/trac/spip-zone/browser/_core_/plugins/medias/prive/objets/liste/documents.html
Ne pourrait-on pas avoir objet ?id_objet ? dans la boucle ?En effet sur des objets perso avec les docs joint, on ne vois pas les docs sortir.
-
Documentation #2985 (En cours) : Principe des droits des divers statuts SPIP (pour clarifier les e...
29 avril 2013, par Suske -Imaginons un cas :
- on met des cv en pdf sur les auteurs => en une boucle ces pdf sont visibles sur le site public
- quand un rédac revient du public dans le privé, sur le même auteur il ne voit plus le cvDonc les docs sont visibles dans le public mais dans le privé c’est selon le statut :
- un admin restreint voit les docs qui sont associés aux auteurs (3.0.8) contrairement à ce qui est dit dans le forum
- un rédac ne voit pas les docs joints aux auteursEn fait, c’est conforme à SPIP et aux droits des rédacs. Et la boucle documents sur les auteurs n’est pas fournie par SPIP ^^. Le ’bug’ n’est donc pas défini. Au temps pour moi ?
Il faudrait peut-être documenter ce comportement surprenant : un doc joint à un objet public (et donc visible) reste caché dans le privé. Il me semble qu l’on pourrait (ré)écrire ou compléter http://www.spip.net/fr_article3517.html, clarifier les principes qui relient les autorisations aux statuts et expliquer ce que cela donne sur les nouvelles liaisons d’objet et ce que ça donne sur de nouveaux objets...
-
How to to add additional metadata to individual frames, DDB's, when creating an AVI file with ffmpeg
6 décembre 2019, par Totte KarlssonI’m creating avi videos from device dependent bitmaps, DDB’s.
The pipeline is quite simple, a GigE camera provides frame by frame, and each frame, a DDB, is piped to a ffmpeg process creating a final AVI file, using h264 compression.
These videos are scientific in nature, and we would like to store/embed experimental hardware information, such as the states of a few digital lines, with each frame.
This information need to be available in the final avi videoQuestion is, is this possible ?
Looking at this : https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmap it does not seem that adding additional data to the DDB themselves is possible, but I’m not sure.