Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (112)

  • 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 ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13243)

  • How can I generate a video from a serial of static images using ffmpeg ? [duplicate]

    13 mai 2014, par xslittlegrass

    This question already has an answer here :

    I have a serial of static image named 1.png, 2.pgn,...,100.pgn.
    How can I generate a movie or a gif animation from these static images ?

  • Revision 9bc040859b : Introduce FrameWorker for decoding. When decoding in serial mode, there will be

    17 juin 2014, par hkuang

    Changed Paths :
     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/vp9_dx_iface.c



    Introduce FrameWorker for decoding.

    When decoding in serial mode, there will be only
    one FrameWorker doing decoding. When decoding in
    parallel mode, there will be several FrameWorkers
    doing decoding in parallel.

    Change-Id : If53fc5c49c7a0bf5e773f1ce7008b8a62fdae257

  • Stream over serial port using FFmpeg [closed]

    12 septembre 2020, par Rasoul Sharifian

    Is it possible to stream videos over the serial port using the FFmpeg library ? Or is there any other library that can compress and stream videos over serial ports ?
Now I am using the FFmpeg library to stream videos by UDP and LAN cables, but it must stream over the serial port.

    


    I also used a kind of Uart to ethernet converter hardware module to solve the problem and hopefully, this worked for me. But the project goal is to send video data over serial ports originally and not using some converters.

    


    Any suggestions would be helpful.