Recherche avancée

Médias (91)

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4283)

  • dshow : fixup some COM objects, based on patches from Don Moir

    27 mars 2014, par rogerdpack
    dshow : fixup some COM objects, based on patches from Don Moir
    

    Signed-off-by : rogerdpack <rogerpack2005@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/dshow_enummediatypes.c
  • FFMPEG - How can I convert a video to an image grid based upon time interval

    23 juillet 2021, par Richard Young

    I'm trying to convert a video into a grid of images. I want to capture frames every n-th second. I've seen frames being captured and compiled into a grid based upon frame indices, like in the code below :

    &#xA;

    ffmpeg -i input -filter_complex \&#xA;"select=&#x27;eq(mod(n/,2))&#x27;,scale=120:-1,tile=layout3x2" \&#xA;-vframes 1 -q:v 2 output.jpg&#xA;

    &#xA;

    Is there any way to do this with the -vf fps filter so that the image capture interval uses time interval rather than frames ? Thanks !

    &#xA;

  • avcodec/libx265 : add support for ROI-based encoding

    23 janvier 2019, par Guo, Yejun
    avcodec/libx265 : add support for ROI-based encoding
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx265.c