Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (40)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8323)

  • dcadec : Use correct channel count in stereo downmix check

    12 avril 2014, par Tim Walker
    dcadec : Use correct channel count in stereo downmix check
    

    s->prim_channels is greater than num_core_channels
    when an XCh extension is present in the bitstream.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dcadec.c
  • Create a channel system using FFMPEG and FFserver

    27 mars 2014, par Dnaso

    I have been looking all over the internet but cannot find the answer, am I able to create a channeling system with FFMPEG and ffserver ? what I want to do is give users the ability to dynamically add their ip address and start restreaming their cameras (from a predefined list). Would I have to open different instances or can I dynamically add feeds to ffserver, or is this not a viable option ?

    Any help is appreciated,
    Thank you.

  • Mixing 2 video files, one with alpha channel (partially transparent)

    27 janvier 2014, par Seba

    I'm looking for an opensource solution to mix 2 mp4 files. First one on top of the second one. The first video is partially transparent.

    What would be the best way to do this ? Is ffmpeg the solution ?

    Could You provide some examples ?