Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (49)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (9940)

  • Converting rtsp stream to bmp images

    6 juin 2016, par Maddy

    I have a requirement in which I have to convert a RTSP video stream into BMP images and then pass on to my face detection application.
    So is it possible to do the same using ffmpeg tool ? If not, then can anybody guide me to the right tool/some custom code which does the same.

    Thanks in advance !!

  • ffmpeg : compress video ?

    29 avril 2012, par devn

    My question is for an experienced developer with ffmpeg.

    Would it be possible to compress a video with ffmpeg ?

    What is the difference between encoding and decoding ?

    Thanks in advance !

  • VLC/FFMPEG streaming, how to detect ?

    22 novembre 2011, par John Smith

    I want something like that : user(s) decide to start a stream to my site. I know VLC and FFMPEG is able to do that. But how could a site detect that it's getting stream(s) ? Because I want it to then display on a page "current live videos". And what kind of streams should I need to use ? HTTP ? RTSP ? UPD ?

    Thanx in advance.