
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (111)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (14771)
-
Anomalie #4736 : nouveau date picker et la modalbox ou les crayons dans le public
16 avril 2021, par tofulm -(et il n’y a amha aucune bonne raison de faire ça : personne ne veut charger un script js "sur toutes les pages au cas où")
Si tu utilises spip pour faire un outils métier, et non pas un site vitrine, alors, oui tu peux charger un js sur toutes les pages. C’est bien dommage qu’il y est justement ce cloisonnement privé / public, mais là n’est pas la question.
-
Anomalie #4731 (Fermé) : Invalid Date Time
16 avril 2021Deux petits soucis de rien du tout…
https://git.spip.net/spip/statistiques/commit/fff90c80fdb
https://git.spip.net/spip/statistiques/commit/834bd6fa77Merci.
-
ffmpeg, Audiostream : How to get type (fourcc) of it with the API ?
21 août 2021, par User42This seems to be a too simple question,
but I was not successful in getting it :


I have no problems with decoding a stream and accessing the data.
But I also need the bitrate and the type of the stream.


The bitrate and the codec used I get by AVCodecContext's members
bit_rate and codec_id.


But I don't need the codec used but the stream type
(as the codec AV_CODEC_ID_MP3 is used for mp1, mp2 and mp3 for example).


I tried AVStream.id, but it is always 0.


Looks like I'm mixing up things, but where ?