Recherche avancée

Médias (91)

Autres articles (64)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (6271)

  • Revision 32042af14b : Renaming of segment constants. Renamed : MAX_MB_SEGMENTS to MAX_SEGMENTS MB_

    23 juillet 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/common/vp9_seg_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_segmentation.c



    Renaming of segment constants.

    Renamed :
    MAX_MB_SEGMENTS to MAX_SEGMENTS
    MB_SEG_TREE_PROBS to SEG_TREE_PROBS

    The minimum unit for segmentation in the segment map
    is now 8x8 so it is misleading to use MB_ as macro-block
    traditionally refers to a 16x16 region.

    Change-Id : I0b55a6f0426bb46dd13435fcfa5bae0a30a7fa22

  • FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    8 mai 2014, par user2662327

    FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    I need to install FFMPEG on my windows 8 machine running DRUPAL ZEN custom theme. Can someone tell me where I can get the right dll files for this purpose ? If I have to compile them myself, can someone please give me step by step instructions for how to do so ? I have searched endlessly for these dlls for days now and I have no instructions for creating what i need manually. I have a windows machine running minGW.

    I already tried using the FFMPEG dlls that are out there on teh internet but my PHP-APACHE installations seem to be unable to properly detect the FFMPEG libraries (i added php_ffmpeg.dll to EXT folder, and the rest of hte DLLs to the WINDOWS/SYSTEM32 folder).

    I am running the following versions of PHP and APACHE. Thank you very much in advance for any help you can offer me.

    PHP Version 5.5.1
    System Windows NT 6.2 build 9200 (Windows 8 Business Edition) AMD64
    Build Date Jul 18 2013 11:04:03
    Compiler MSVC11 (Visual C++ 2012)
    Architecture x64

    APACHE VERSION
    Server version : Apache/2.4.6 (Win64)
    Apache Lounge VC10 Server built : Jul 16 2013 11:31:50

  • Revision 3f10831308 : Fix bug in convolution functions (filter selection) (In response to Issue 604 :

    23 août 2013, par Adrian Grange

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /vp9/common/vp9_convolve.c



    Fix bug in convolution functions (filter selection)

    (In response to Issue 604 :
    https://code.google.com/p/webm/issues/detail?id=604)

    There were bugs in the convolution code for two cases :

    1. Where the filter table was assumed to be aligned to a
    256 byte boundary. The offset of the pixel in the
    source buffer was computed incorrectly.

    2. Where no such alignment assumption was made. An
    incorrect address for the filter table base was used.

    To fix both problems, I now assume that the filter table is
    256-byte aligned and modify the pixel offset calculation to
    match.

    A later patch should remove the restriction that the filter
    table is aligned to a 256-byte boundary.

    There was also a bug in the ConvolveTest unit test
    (convolve_test.cc).

    (Bug & initial fix suggestion submitted by Tero Rintaluoma
    and Sami Pietilä).

    Change-Id : I71985551e62846e55e40de9e7e3959d4805baa82