Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (53)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6883)

  • avformat/libopenmpt : Query duration and metadata after selecting subsong

    17 septembre 2017, par Jörn Heusipp
    avformat/libopenmpt : Query duration and metadata after selecting subsong
    

    Duration depends on the selected subsong and thus must be queried after
    selecting the subsong. There is no compelling reason to query other
    metadata earlier either.

    Tested with libopenmpt version : 0.2.8760-beta27
    Libopenmpt configure options : —without-ogg —without-vorbis
    — without-vorbisfile —without-portaudio —without-portaudiocpp
    — without-mpg123 —without-pulseaudio —without-sndfile —without-flac

    Signed-off-by : Jörn Heusipp <osmanx@problemloesungsmaschine.de>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/libopenmpt.c
  • Saving stream video on event FFMPEG CCTV RTSP ://

    25 avril 2017, par Josh

    I have a problem that I’m hoping some of the great minds here could help me with.

    I have a CCTV system that provides 4 RTSP streams (one from each camera) that will be covering a short 60 second event (roughly, so I can’t predefine a duration). The issue I have is I need FFMPEG to take clips from the stream triggered from a JSON feed. There are two commands or states, Door Open - Stop Recording and Door Closed - Begin Recording.

    Now getting FFMPEG to start recording on the door close is pretty simple in batch as I’m currently experimenting HOWEVER I can’t seem to find a way to get FFMPEG to start recording and then stop recording on demand. In batch it’s pretty straight forward using Ctrl+C to have FFMPEG commit the recording to file. The question is, how do I get FFMPEG PHP to send a command to an already closed handle to stop the recording and commit to file ?

    Many Thanks,
    Josh

  • mxfdec : fix NULL pointer dereference in mxf_read_packet_old

    17 novembre 2016, par Andreas Cadhalpun
    mxfdec : fix NULL pointer dereference in mxf_read_packet_old
    

    Metadata streams have priv_data set to NULL.

    Reviewed-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/mxfdec.c