Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • possible C code implementation ideas for a given shell script(related to ffmpeg)

    21 août 2011, par Ted

    The shell script i'm trying to implement goes like this,

       #!/bin/bash
       while [ 1 ]
       do
          nc -l 1234 | ffmpeg -i pipe:0 -vcodec mpeg4 -s qcif -f m4v -y pipe:1 | nc localhost 1235
       done

    what it does is to simply take in a stream of video input through network and do live video transcoding(with ffmpeg of course !) and streaming back the video through the net. my question is how should i go by to implement this functionality in a clean C code. i know i can use popen() to pipe such a command from a c code but i would like to do better. may be with sockets and staff... any pointers are appreciated.

    AskLearnDo.

  • FFmpeg seeking frames from piped FLV video

    4 juin 2014, par StrangerG

    I’m trying to seek to specific frame from a FLV file which is passed though a pipe using the FFmpeg function "av_seek_frame".

    The flag I used is AVSEEK_FLAG_FRAME|AVSEEK_FLAG_BACKWARD. It worked fine when the FLV video is read from file instead of the pipe. But when it comes to the pipe input mode, av_seek_frame returned -38 no matter what position I tried to seek.

    However, there is no problem for MP4 video through a pipe. Anybody have an idea about this ?
    How to seek in a FLV video from pipes ?

  • Revision 3694 : -* ajout d’un champ options_complements à la tble spip_diogenes -* on ...

    6 juillet 2010, par b_b — Log

    ajout d’un champ options_complements à la tble spip_diogenes -* on passe les valeur de options_complements dans editer_contenu_objet -* on aoute un hidden qui contien l’id_diogene aux forms depuis editer_contenu_objet -* tite correction dans le pipe editer_contenu_objet -* on ajoute le pipeline (...)