
Recherche avancée
Autres articles (81)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 (9011)
-
Avoid auto rotating video in HTML
15 septembre 2016, par hasanghaforianI use
ffmpeg
to convert a3gp
video toMP4
. You can see a part of output offfmpeg
here :ffmpeg version N-79139-gde1a0d4 Copyright (c) 2000-2016 the FFmpeg developers
...
Input #0,
...
Metadata:
rotate : 90
creation_time : ...
handler_name : VideoHandle
encoder :
Side data:
displaymatrix: rotation of -90.00 degrees
...I use
noautorotate
option in below command to avoid auto rotate based on metadata of file and it is successful. Then I tried this HTML code to open converted file in a browser(for example byGoogle Chrome
) :<video width="320" height="240" controls="controls">
<source src="../videos/test.mp4" type="video/mp4">
</source></video>But when I open that, video shown rotated. How I can solve this problem ? Is there a tag or any other thing to disable autorotate in HTML ?
-
doc : Use empty-element tag.
30 juillet 2019, par Ralph Gilesdoc : Use empty-element <hr/> tag.
Improve the conformance of the xhtml generated by doxygen by
using the self-closing <hr/> tag in the custom footer.Without this, xmllint complains about </body> and </html> end
tags inside the still-only <hr>. That syntax is allowed in
html but not xml. -
avfilter/setfield, setrange : set color property to auto
21 octobre 2018, par Martin Vignali