
Recherche avancée
Autres articles (104)
-
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 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9266)
-
Added support for more meta data
5 octobre 2013, par GrandtAdded support for more meta data
* Added : Support for custom meta data via the function
>addCustomMetadata($name, $content) ;
* It is the responsibility of the builder to ensure no invalid values
are inserted.
* Example use is for for instance Calibre, see EPub.Example250.php for
use.
* Added : Support or user handled DublinCore meta data via the function>addDublinCoreMetadata(DublinCore::constants, $content) ;
-
Extra data within image (PPM/PAM/PNM)
22 mai 2014, par Sean DIs it possible to store extra data in pixels of a binary PNM file in such a way that it can still be read as an image (hopefully by any decoder, but specifically by ffmpeg) ?
I have a simulation that saves its data as PPM currently and I’d like a way to record more than three values per pixel in the file, and yet still be able to use it as an image (obviously only the first three/four values will actually affect the image).
In particle I think the TUPLTYPE of PAM should allow me to do this, but I don’t know how make something that’s also a readable image from that.
-
How to extract MXF file data ?
28 juin 2022, par RexIs there any way to extract MXF (Material Exchange Format) file data using python ?


All I want to do is get data like video duration, actual video stream and if possible the voice in mp3 or any audio format from an MXF file.