
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (63)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (9422)
-
Revision 103467 : Activation dans Formidable de la Saisie de type email (qui permet en ...
11 juin 2018, par real3t@… — LogActivation dans Formidable de la Saisie de type email (qui permet en HTML5 d’avoir un champ de type email)
-
Convert any type of videos to MP4 php without ffmpeg [on hold]
17 décembre 2017, par Khalid AskiaI have a website on which I allow users to upload videos. But I’m using the HTML5 video tag and only MP4 videos can be played. So I want to convert any type of video to MP4. I’m on a shared hosting account so I can’t have FFMPEG or anything else installed on the server. Is there another way to convert videos without these tools ?
-
mp4 not playing in Firefox 35 on Mac, wrong MIME type ?
5 février 2015, par AndyI got two mp4-Videos, both with the same codes (h264 for video and aac for audio), which are returning different mime types on linux :
$ file --mime-type one.mp4
one.mp4: video/mp4
$ file --mime-type two.mp4
two.mp4: video/qicktimetwo.mp4 wont play in Firefox 35 on a certain Windows installation and a Mac OS X 10.10 installation, while one.mp4 does.
I compared the videos with ffmpeg, and the Video-Stream lines are :
one.mp4 :
Stream #0:0(und) : Video : h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x640 [SAR 1:1 DAR 1:1], 735 kb/s, 29.97 fps, 29.97 tbr, 11988 tbn, 59.94 tbc (default)
Metadata:
handler_name : VideoHandlertwo.mp4 :
Stream #0:1(eng) : Video : h264 (Baseline) (avc1 / 0x31637661), yuv420p(tv), 1024x576 [SAR 1:1 DAR 16:9], 1002 kb/s, 25 fps, 25 tbr, 600 tbn, 50 tbc (default)
Metadata:
creation_time : 2015-01-23 14:16:08
handler_name : Apple Alias Data Handler
encoder : MainConcept H.264Can this be a reason for the difference in MIME-Type ?
And what could I do to change that ?Merci beaucoup.