Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (59)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8619)

  • Save JavaScript Video Blob to File on Server with PHP

    28 décembre 2016, par user3783155

    How is a video blob (in JavaScript) sent to server using AJAX and saved as a file with PHP ?

    I know an image can be, with the following PHP code :

    <?php
    $img = $_POST['imageBase64'];
    $img = str_replace('data:image/png;base64,', '', $img);
    $img = str_replace(' ', '+', $img);
    $fileData = base64_decode($img);

    file_put_contents($fileName, $fileData);
    ?>

    but I would like to know how this can be done with a video blob, so I can use it with FFmpeg.

  • Add save/restore xmm registers in x86 assembly code

    7 avril 2011, par Johann

    Add save/restore xmm registers in x86 assembly code

  • avconv : save two levels of indentation in flush_encoders()

    16 août 2011, par Anton Khirnov

    avconv : save two levels of indentation in flush_encoders()