Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (12656)

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