Recherche avancée

Médias (91)

Autres articles (52)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7739)

  • Loading ffmpeg-php module fails

    21 août 2013, par i.h4d35

    I've been trying this for a couple of days now. I am trying to install ffmpeg-php on my CentOS server.

    • OS : CentOS 6
    • PHP : 5.5
    • ffmpeg : 1.2.1
    • ffmpeg-php : 0.6.0

    The ffmpeg installation went on without a hitch and I am able to convert files back and forth via the CLI.

    While installing ffmpeg-php, I encountered errors while making (after configuring) due to time.h references which was corrected by renaming the files creating with an extension .loT to .lo (as rightly pointed out here)

    Once this was done, the make process went on smoothly and the make install went through without a hitch. However, after specifying the extension=ffmpeg.so in the php.ini file and after restarting Apache, the module doesn't load or show up in phpinfo().

    The Apache error log shows only "PHP Warning : PHP Startup : Invalid library (maybe not a PHP library) 'ffmpeg.so' in Unknown on line 0" and nothing else.

    make test also shows the same error and FAILS the associated tests. I've checked here which wasn't very helpful. Also, I read somewhere that it may be the issue with permissions but the permissions for the ffmpeg.so file is 755.

    Any help is appreciated.

    Thanks in advance.

  • configure ffmpeg transcoder for Drupal 7 video module

    28 octobre 2014, par abarpetia

    I am trying to configure FFmpeg with video module but i am not familiar with the exact steps. So, can any one please tell me exact steps ?

    I tried to download ffmpeg for windows but i don’t know where to create this /use/bin/ffmpeg folder. so i would be better if any one of you give me exact steps to configure ffmpeg.

    i Used this website to download ffmpeg. http://ffmpeg.org/download.html#build-windows

    Thank You,

  • Evolution #3229 : Utiliser une méthode standard dès que l’on a besoin d’un module JS

    23 octobre 2014, par RastaPopoulos ♥

    Mmmh, dans ce cas, pour ces deux points, il faudrait peut-être qu’on écrire un article de documentation qui explique : "Mon plugin ou mon squelette utilise du javascript, comment dois-je l’ajouter ?"

    Et qui liste alors ces deux options avec le code qui va bien montrant comment l’insérer.
    Actuellement chacun⋅e se débrouille comme ille peut, sans savoir où est l’exemple parfait à copier.

    Pour ton deuxième point, je dis ça dans le vide, mais peut-être qu’il y aurait moyen aussi d’encapsuler ça dans une fonction propre à SPIP qui fait ce travail de getScript/callback ? Genre spip_inclure_javascript(’chemin/du/js’) en expliquant où il faut l’utiliser ?