Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (59)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8013)

  • Revision 12672c24d3 : example tests : Make failures due to incorrect bin path easier to diagnose. Add

    16 juin 2014, par Tom Finegan

    Changed Paths :
     Modify /test/decode_to_md5.sh


     Modify /test/decode_with_drops.sh


     Modify /test/postproc.sh


     Modify /test/resize_util.sh


     Modify /test/simple_decoder.sh


     Modify /test/simple_encoder.sh


     Modify /test/tools_common.sh


     Modify /test/twopass_encoder.sh


     Modify /test/vp8cx_set_ref.sh


     Modify /test/vp9_spatial_svc_encoder.sh


     Modify /test/vpx_temporal_svc_encoder.sh



    example tests : Make failures due to incorrect bin path easier to diagnose.

    Add elog() to tools_common, and checks for the executable in each test.

    Change-Id : I3c6334eca62c0b56040d91145abbe1bf5f9c763c

  • exec() with SuPHP and SafeMode Off (php.ini local) show wrong path and fail execution

    29 juillet 2013, par abkrim

    Try this

    <?php
        if (exec('/usr/bin/ffmpeg -i 47.mp4 -acodec aac -ab 128kb -vcodec mpeg4 -b 1220kb -mbd 1 -s 320x180 final_video.mov"'))
            { echo "Success"; }
        else { echo "No good"; }
    ?>

    But on shell see—>

    sh: /usr/local/php/bin/ffmpeg: No such file or directory

    Server it's Apache+SuPHP with a local php.ini file for disable SafeMode

    I don't understand why show sh : /usr/local/php/bin/ffmpeg : No such file or directory instead real path put on php script.

  • Revision 54547f6827 : Merge "example tests : Make failures due to incorrect bin path easier to diagnose

    17 juin 2014, par Tom Finegan

    Merge "example tests : Make failures due to incorrect bin path easier to
    diagnose."