Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (108)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15209)

  • ffmpeg how to save stream to disk and restream at the same time [duplicate]

    24 juin 2020, par jackyyy

    For example, I have a url 'http://www.stream_on_internet.com/index.m3u8',
I know how to save it to disk

    


    ffmpeg -i url -c copy index.mkv

    


    but I want to broadcast it on my local network at the same time

    


    http://192.168.1.1:8080/index.m3u8

    


    so could anyone tell me how to do it ?

    


  • 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