
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (21)
-
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 -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (6956)
-
Revision a2746d7096 : examples.mk : quiet vcproj script exec by default the full command line can be s
4 août 2015, par James ZernChanged Paths :
Modify /examples.mk
examples.mk : quiet vcproj script exec by defaultthe full command line can be seen with V=1 as with the other gen*
scriptsChange-Id : Id045b57e0f9af17d82d79201bbc1241b25a2b821
-
avfilter/x86/vf_psnr.asm : split one line of license text into two
15 juillet 2015, par Paul B Mahol -
How to make Video Effects by ffmpeg from command line to Node JS ?
22 juin 2015, par Nazmul Hossain BilashI am working on ffmpeg. I have already worked on several work for editor. But currently I need to make effect on video. I have got command line command to give effect. But I cant convert it to node Js :
cellauto: ffplay -f lavfi -i cellauto=rule=110
life: ffplay -f lavfi -i life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=16So I need to converrt it in filter by node js.