Recherche avancée

Médias (91)

Autres articles (99)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (13341)

  • Find absolute path to ffmpeg

    13 novembre 2013, par Irene T.

    I installed ffmpeg and ffmpeg-php to my dedicated server and with a small script i am trying to extract an image from specific second.

    <?php

    $extension = "ffmpeg";
    $extension_soname = $extension . "." . PHP_SHLIB_SUFFIX;
    $extension_fullname = PHP_EXTENSION_DIR . "/" . $extension_soname;

    $timeOffset = "00:00:30";
    $videoPath = "sample.mp4";
    $extensi = ".jpg";
    $folder = "images/";
    $finalfilename = $folder . $randomfilename . $extensi;

    echo $extension_fullname; //I AM GETING THIS /usr/lib64/php/modules/ffmpeg.so

    if (exec("ffmpeg -ss $timeOffset -i $videoPath  -frames:v 1 $finalfilename")){
    echo "Done";
    }else{
    echo "Error";  
    }
    ?>

    as you can see in my execution command ther is ffmpeg, but how can i find the absolute path to ffmpeg ? Take a look in my screenshot maybe this helps you to tell me..

    My last question is what is ffmpeg-php ? Do i need it ? i already install it.

    Thank you

    enter image description here

  • avcodec/pngdec : allow for some code path optimizations.

    28 novembre 2014, par Benoit Fouet
    avcodec/pngdec : allow for some code path optimizations.
    

    Use ’if (CONFIG_APNG_DECODER)’ where needed, so that the compiler can
    optimize out some portion of code.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • fate/cbs : fix sample path for discard tests

    2 juillet 2023, par James Almer
    fate/cbs : fix sample path for discard tests
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/cbs.mak