Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (42)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • 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

Sur d’autres sites (6703)

  • Best way to combine 16 live streams into a live 4x4 collage within Linux [duplicate]

    13 mars 2013, par CoryG

    This question already has an answer here :

    I'm setting up a CCTV system with two 8ch capture cards in a Linux box and am looking for the most efficient way to combine all 16 channels into a 4x4 grid and send it straight to the VGA output of a machine. Is this possible without running a window manager - and if not what is the best way to handle this ? So far I'm leaning toward ffmpeg but am not sure how best to combine the streams.

  • how to convert stream to new stream with redrawing frames [on hold]

    10 octobre 2013, par DevellMen

    I have stream from my IP-camera (rtsp). I need to re-draw each frame using a special algorithm and build a new stream to my site. Algorithm is written in C + + and C # and works with image Bitmap. I can convert stream to images and images to stream using FFMPEG, but I can't :

    get frame from stream -> /convert frame using my algoritm/ -> join new image to new stream.

  • How to get video thumbnail in PHP ? [on hold]

    10 octobre 2013, par assaf

    I am trying to get a thumbnail from an uploaded videos to my site, but I don't really know how to do this.

    I read that FFMPEG is the tool for this kind of actions, but I didn't understand how do I use this tool, is this a plugin ? Do I need to install it ?

    I really need help here and the detailed kind, thanks !