Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (104)

  • 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

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6615)

  • OBS alternative for server : Creating a continuous video streaming to RTMP server and beign able to manipulate it using NodeJS

    27 juillet 2016, par futufu

    What I want is to be able to create a livestream from a Ubuntu v14.04 server to a RTMP Server (like Twitch) and to be able to use NodeJS to control visual aspects (adding layers, text, images) and add different sources (video files, others livestreams, etc). Like having OBS running on a server.

    What I’ve done/researched so far :

    FFmpeg

    With ffmpeg I can can create video files streams like that :

    ffmpeg -re -i video.mp4 -c:v libx264 -preset fast -c:a aac -ab 128k -ar 44100 -f flv rtmp://example.com

    Also using the filter_complex I can create something near to a layer like this tutorial explains :
    https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos

    But I found the following problems :

    • The streams that I create with ffmpeg only last until the video file is over, if I wanted to stream multiple video files (dynamic playlist) it would interrupt the stream between each file ;
    • The manipulation is very limited as far as I am concerned, I can’t edit filter_complex once ffmpeg is executing ;
    • Can’t display text and create animated overlays, like sliding text.

    I tried to search for any cli/nodejs package that is able to create a continuos video stream and manipulate it to use as input source for ffmpeg which streams to the RTMP server.

    Can someone give me more information about what I am trying to do ?

    I’m playing with github.com/fluent-ffmpeg/node-fluent-ffmpeg to see if I have a different outcome.

  • aacdec : Don’t fall back to the old output configuration when no old configuration...

    7 août 2012, par Alex Converse

    aacdec : Don’t fall back to the old output configuration when no old configuration...

  • aacdec : Don’t fall back to the old output configuration when no old configuration...

    7 août 2012, par Alex Converse

    aacdec : Don’t fall back to the old output configuration when no old configuration...