Recherche avancée

Médias (91)

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • ffplay : factorize clock functions

    11 mai 2013, par Marton Balint
    ffplay : factorize clock functions
    

    There should be no change in functionality.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • convert images to video with differing time ranges

    11 juin 2013, par FaultyJuggler

    I have images coming in at random times labeled with their epoch time they were taken. I want to create a video that shows their real time creation in order. FFMPEG (far as I can tell) only allows you to set the framerate.

    For now I'm looking at creating a video file per image that is as long as the gap between the current image and the next image's timestamp, then concatenating all videos together after.

    Is there a better way to do this ?

  • Revision 15f50e7b42 : Enable sse2 version of sad8x4/4x8 The encoding time for bus at CIF goes from 66

    13 juin 2013, par Jingning Han

    Changed Paths :
     Modify /test/sad_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/x86/vp9_sad_sse2.asm



    Enable sse2 version of sad8x4/4x8

    The encoding time for bus at CIF goes from 661s to 625s. This commit
    also enabled unit test of sad8x4/4x8 in sad_test.cc.

    Change-Id : If3d10ebb56bda584bdb69bcf056599d580b12cb1