Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (97)

  • 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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

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

Sur d’autres sites (6666)

  • Pass the file type as contentType argument to the Blob.slice call.

    4 décembre 2012, par Sebastian Tschan

    m js/jquery.fileupload.js m server/php/UploadHandler.php Pass the file type as contentType argument to the Blob.slice call. Remove the obsolete Content-Description header, which isn’t necessary anymore to transfer the file type for Blob (...)

  • Can I call multiple FFMPEG processes on a multi-core LAMP machine from PHP ?

    12 décembre 2012, par undefined

    I am using PHP to call an FFMPEG command using exec(). The script that initiates this command is called from another PHP script using

    proc_close(proc_open('php /phpdirectory/process.php &', array(), $foo));

    This works great. The ffmpeg command is called and runs 'in the background' leaving the first script to return to the user and in this case carry on uploading files. What if I am using a machine with multiple cores ? How would I go about optimizing things so that I could call an ffmpeg process for each core ? Or will a multicore machine process split the work between cores anyway and get through a single process faster ?

    Anyone ?

  • dshow : call CoUninitialize() on dshow_read_close()

    17 décembre 2012, par Ramiro Polla

    dshow : call CoUninitialize() on dshow_read_close()