
Recherche avancée
Autres articles (38)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (5743)
-
android ffmpeg command lines
10 avril 2014, par user3509984pls provide some tutorial to compile tat command in ffmpeg (sorry for my english) thanks in advance
i am new android develop.i need to change video color like vintage ,sepia etc .i google many hours at last i found FFMPEG to achieve tat.i had command line for ffmpeg to convert video color ffmpeg -y -i /sdcard/videokit/in.mp4 -strict experimental -vf transpose=1 -s 160x120 -r 30 -aspect 4:3 -ab 48000 -ac 2 -ar 22050 -b 2097k /sdcard/videokit/out.mp4
i need to know how to compile tat in android. pls provide some tutorial to achieve tat.
i found one link tat command will work..but it give oly trai version... tat link is http://androidwarzone.blogspot.in/2011/12/ffmpeg4android.html
-
Revision 82954 : Gros bugfix : depuis r80391 la recherche ne retournait que les résultats ...
11 juin 2014, par cedric@… — LogGros bugfix : depuis r80391 la recherche ne retournait que les résultats qui matchaient tous les index d’une table, car la clause where ajoutée sur les index pour accélerer le résultat se compilait en AND au lieu de OR (il suffit qu’un des index matche pour que le résultat vaille).
+ refactoring/mise à jour des pipelines compat SPIP 3.0+ -
Anomalie #3215 : Disfonctionnement des logos des plugins
6 juillet 2014, par b bHop, le bug vient du fait qu’on cherche les logos à partir des infos du dépôt de plugins, cf :
http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/svp/formulaires/inc-admin_plugin.html#L59
Donc pour corriger le bug, il faudrait utiliser les infos du paquet.xml pour chercher le logo local au lieu du logo distant quand le plugin est actif. C’est faisable à coup de tests dans le squelette en question, ou plus proprement en définissant une balise #LOGO_PAQUET ou #LOGO_PLUGIN qui s’occuperait de gérer ces différents cas en interne.