Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (18)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (2584)

  • Live convert HTTP IP Camera MJPEG to RTSP

    26 mai 2016, par tmar89

    I have an IP camera with an MJPEG stream. I need to connect this to an NVR that only takes RTSP. I tried using ffmpeg and ffserver and haven’t been able to get a stable stream to work without segmentation faults. VLC crashes also. Most of the time, it seems to be an issue with under buffer or buffering in general. Not sure how to approach this.

  • JPEG 2000 decoder for DCinema

    22 avril 2013, par Nicolas Bertrand
    JPEG 2000 decoder for DCinema
    

    Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl>
    Updated to current programming standards, style and many more small
    fixes by Diego Biurrun <diego@biurrun.de>.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/jpeg2000.c
    • [DBH] libavcodec/jpeg2000.h
    • [DBH] libavcodec/jpeg2000dec.c
    • [DBH] libavcodec/jpeg2000dwt.c
    • [DBH] libavcodec/jpeg2000dwt.h
    • [DBH] libavcodec/mqc.c
    • [DBH] libavcodec/mqc.h
    • [DBH] libavcodec/mqcdec.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/jpeg2000-dcinema
  • avformat : add a TTA Muxer

    4 août 2016, par James Almer
    avformat : add a TTA Muxer
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/ttaenc.c
    • [DH] libavformat/version.h
    • [DH] tests/fate/acodec.mak
    • [DH] tests/fate/avformat.mak
    • [DH] tests/lavf-regression.sh
    • [DH] tests/ref/acodec/tta
    • [DH] tests/ref/lavf/mka
    • [DH] tests/ref/lavf/tta