Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (57)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (11944)

  • Convert video with FFMPEG Library in android

    30 septembre 2017, par Sanat Pandey

    I have a problem that I received a video file from the server which can not be played through video view from the app I am making. I don’t know what the actual problem is because all videos are played through same video view but the video received from the server side is not played. So, I think that I have to integrate FFMPEG in our android app, so I can play every video at a runtime conversion. For this, I have read much more about FFMPEG Library integration with Android through many sites as :

    http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/

    Downloaded some projects from GitHub (https://github.com/appunite/AndroidFFmpeg) but unable to succeed in building the Library through NDK. Something I missed and I am working on Windows machine, probably this might be a problem. I want the exact solution regarding this, means step by step solution for building the android project with FFMPEG Library. If you have some useful suggestion then please share with me.

  • executing a command from php that requires being root

    8 août 2017, par P.G

    I would like to find a solution to this problem : I have a list of images that i want to convert into a video on the server. I’ve created a virtual machine with centOS and installed ffmpeg to test that. Everything working well when I type myself this line in the terminal

    sudo ffmpeg -r 10 -i img%03d.png -c:v libx264 -preset veryslow -crf 0
    video.mp4

    What I want is to call this when I click on a button. Here is the code :

    Javascript :

    $(document).ready(function(){
       $("#ffmpeg").click(function(){
           $.get('ffmpegBooklet.php', function (data) {
               console.log(data);
          });
       });
    });

    PHP :

    echo shell_exec("/usr/local/bin/ffmpeg  -r 10 -i /img%03d.png -c:v
    libx264 -preset veryslow -crf 0 video.mp4 2>&1");

    What i get in the console of the browser is :
    the log from ffmpeg and at the end —> Permission denied

    I’ve tried with a static build (after reading on internet) but I have the same problem. Is there any solution to do this without the sudo rights ? I don’t want to do this as sudo or to some tricky command to give sudo permissions through php because I think it’s not secure.

    Any helps is welcome ! Thanks for reading it :)

  • Révision 21089 : *gros* oups : les utilisateurs sans sessions partageant le cache, les valeurs de ...

    27 décembre 2013, par cy_altern-yahoo-fr -

    Pas de solution simple pour l’instant alors retour a la case depart