Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (28)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (3871)

  • FFMPEG not working even though it is installed

    10 novembre 2017, par Brains Akd

    I have two domains on my VPS server and FFMPEG is working fine on my first domain but it is not working on the newly added second domain.
    Both domains are PHP websites. Please do help.
    When i run

    php -i|grep ffmpeg
    Package ffmpeg-0.6.5-1.el6.rf.x86_64 already installed and latest version
    Package ffmpeg-devel-0.6.5-1.el6.rf.x86_64 already installed and latest version
    Nothing to do
  • ffmpeg not working from php

    10 juin 2017, par ffmpeg fan

    I installed the version from http://ffmpeg.org/releases/ffmpeg-2.5.3.tar.bz2
    and also tried the yum version but it is not new enough for youtube-dl.

    I tried export PATH=$PATH:/usr/local/bin/ffmpeg and PHP/Apache still cant find FFmpeg.

    Apache user runs PHP script on CentOS 6.5.
    Calling my youtube-dl.php from php command line as root works (with FFmpeg)
    Calling my youtube-dl.php from php apache user works (not with FFmpeg)

    What I am trying to do : shell exec youtube-dl (youtube dl calls FFmpeg in its binary code which there is now to modifiy it to add the full path). This works but the FFmpeg part
    my youtube-dl.php file

    $output = shell_exec('youtube-dl -o "/home/test/%(title)s.%(ext)s" '.$url.'      -f bestvideo+bestaudio 2>&1');
    echo "<pre>$output</pre>";

    # which ffmpeg
    /usr/local/bin/ffmpeg

    Someone on other pages on this site says local/bin is for customized versions but I downloaded it directly from FFmpeg and did the standard ./configure make install.

    Done :

    chmod 755 to /usr/local/bin/ffmpeg

    Running FFmpeg as a test command directly (sometimes works and doesn’t as I upgraded/rebooted/updatedb/etc)

    $output = shell_exec('ffmpeg 2>&amp;1');
    echo "<pre>$output</pre>";

    Result :

    <pre>sh: ffmpeg: command not found</pre>

    I read all of these similar questions but they didn’t help :

    FFMPEG PHP does not seem to work
    FFmpeg not working
    Recording audio with FFMPEG works in terminal but not through exec() of PHP
    ffmpeg-php permission denied on localhost
    C++ program from PHP not working properly
    FFMPEG works from command line but not PHP
    Calling a shellscript from php - not working correctly
    PHP Internal Server Error 500 when using ffmpeg to convert files
    PHP code not proceeding to the line after exec ffmpeg
    ffmpeg not working from php script but works from command line
    PHP exec() Not Working With ffmpeg
    ffmpeg not work with PHP exec()
    ffmpeg php exec not working

  • ffmpeg has stopped working [closed]

    26 mars 2012, par karatsuba

    i try to convert videos in my web site with JAVE library witch use ffmpeg.
    but with certain format (ogg for exemple) a window is displaying while running the program (ffmpeg.exe has stopped working), so the user can't do anything because the window is in my server.

    Can you help me to find a solution for this bug.