Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (52)

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

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

  • 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 :

    


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


    


    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 !

    


  • 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
  • avcodec/libx264 : add support for ROI-based encoding

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

    This patch just enables the path from ffmpeg to libx264,
    the more encoders can be added later.

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

    • [DH] libavcodec/libx264.c