
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (40)
-
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 -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
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 (3388)
-
Jwplayer function snapshot using ffmpeg and php
27 octobre 2013, par Offboardbefore anything I'm using version 6, then the Snapshot plugin does not work.
I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :
ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg
so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.
I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.
if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up. -
Jwplayer function snapshot using ffmpeg and php
5 janvier 2021, par Offboardbefore anything I'm using version 6, then the Snapshot plugin does not work.



I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :



ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg




so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.



I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.



if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up.


-
Why does ffmpeg burn Chinese subtitles(ass) without word wrap?
10 mai 2023, par bjjoymy ffmpeg burn subtitle example


ffmpeg burn ass subtitle to mp4. The properties WrapStyle(0:word wrap, 1 : the char '\N' or movie edge force change line, 2 : only \n and \N change line).


English subtitle run OK.
Chinese subtitle has no word wrap when WrapStyle=0.