Recherche avancée

Médias (91)

Autres articles (44)

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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (4044)

  • Overlay two sequences of png's and turn them into a movie

    12 mai 2014, par Lau Llobet

    I’ve found how to turn a png sequence into a movie and I’ve found how to overlay two movies using transparency but I don’t know how to do both things at once (using png’s transparency).

    The bottom layer of png’s is smaller than the top one and needs to be stretched to a certain resolution and also have a padding to be centered.

    The output doesn’t have to have alpha (black for alpha is ok). I’m a bit confused by the abundance of filter options.

    For the moment I’ve found :

    ./ffmpeg -i ./seq1/%d.bmp -vf "movie=./%d.png [a]; [in][a] overlay=0:366" combined.m2v

    It works, now I’ve got to find the padding and resize things

  • Revision 03eb06212a : Re-factor bit allocation in first pass. Restructuring to allocate the bits for

    16 mai 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h



    Re-factor bit allocation in first pass.

    Restructuring to allocate the bits for each frame in
    a GF group at the time the group is defined.

    At the moment the allocation closely mirrors what
    we had before.

    Also changes the default rate adjustment method to
    LONG_TERM_VBR_CORRECTION.

    Change-Id : Ie5793c46c6b9c888cead5d8790792efd7d60b7c1

  • Revision 80e5326cf2 : Use offset mode info when filling pc tree. Use the appropriate subblock offset

    23 mai 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Use offset mode info when filling pc tree.

    Use the appropriate subblock offset mode info rather than the parent
    block base, when filling mbmi in the pc tree in nonrd_use_partition.
    This mimics what is done in the vertical case and what is done for
    both cases in nonrd_pick_partition.

    This change has little practical effect at the moment since in speed 5
    rt horizontal and vertical partitions are currently only used unpaired
    at edges of the picture.

    Change-Id : I4632f66ca84086dac56c7d36b45ddbe38a06f42a