
Recherche avancée
Autres articles (47)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (4944)
-
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.
-
avutil/hmac : avoid calling functions through pointer of invalid type
17 juillet, par Kacper Michajłowavutil/hmac : avoid calling functions through pointer of invalid type
Add type removed function wrappers to resolve UB of calling function
through pointer to incorrect function type.Fixes : FATE-hmac,srtp
Fixes : call to function av_md5_init through pointer to incorrect
function type 'void (*)(void *)' and similar for others.
Signed-off-by : Kacper Michajłow <kasper93@gmail.com>