Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (103)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (2862)

  • How to live stream from Windows 10 app to Youtube ?

    12 août 2015, par Boland

    I’m playing around with the YouTube Live Stream API. That’s working fine so far, but the next step is to stream the web cam data to YouTube via RTMP.

    In the (excellent) documentation at Google Dev, it outlines the Life of a Broadcast. However, all steps are documented in detail, except the step I’m interested in :

    Step 3.2 : Start your video

    Start transmitting video on your video stream.

    I was able to use Open Broadcasting Software to stream to a manually created YouTube Live Event, but I have no idea how to do it from my Windows 10 App. I’ve looked at the MediaElement class, and was able to capture the web cam preview in my app. But I can only find methods to save as a file.

    Also found information about FFMPEG, which should probably be able to do the job, but I cannot find a library / DLL to use FFMPEG in my App.

    I just need some guidance where to look next, because now I’m just clueless what to do.

    /edit : I came across MPlatform SDK, which sounds exactly what I want, but it costs $5000.... Not for a hobby :(

  • Overlay a png to a live srt stream with 3 seconds delay using timestamp ( setpts ) in ffmpeg ?

    27 avril 2021, par Fabi8bit

    what I'm trying to achieve is to synchronize a png overlay (a scoreboard) to an incoming live srt stream (coming in with 1 sec delay ca.). The updated png is overlayed in real time. I would like to be able to set a delay to synchronize the overlay to the incoming live streaming and send it somewhere else (In my example to another udp port) Here is my code :

    


    ffmpeg -y -i srt://10.10.0.15:5001?mode=listener -f image2 -stream_loop -1 -i C:\Users\Utente\Desktop\prova_overlay.png -filter_complex "[0:v]setpts=PTS[v0];[1:v]setpts=PTS+3/TB[v1];[v0][v1]overlay" -tune zerolatency -f mpegts -b:v 8000k srt://10.10.0.15:5002?pkt_size=1316


    


  • Update jpg during live broadcast with ffmpeg

    13 mars 2021, par FoxFr

    I encounter a problem with a stream ffmpeg, i search from several hours how my jpg wasn't update during my live, indeed i wish to cast a jpg updated each 5 seconds beteween other video inputs

    


      

    • i create a new jpg each 5 seconds
    • 


    • i wish to cast this new image each 5 seconds
    • 


    


    I can't find an option to refresh each 1 sec or more, u know ?

    


    -loop 1  -i /home/pi/videopi/map/map.jpg


    


    i try to add -update 1 , without success