Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (46)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6108)

  • android ffmpeg command lines

    10 avril 2014, par user3509984

    pls 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@… — Log

    Gros 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 b

    Hop, 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.