Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (79)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • dca : change the core to work with integer coefficients.

    17 décembre 2015, par Alexandra Hájková
    dca : change the core to work with integer coefficients.
    

    The DCA core decoder converts integer coefficients read from the
    bitstream to floats just after reading them (along with dequantization).
    All the other steps of the audio reconstruction are done with floats
    which makes the output for the DTS lossless extension (XLL)
    actually lossy.
    This patch changes the DCA core to work with integer coefficients
    until QMF. At this point the integer coefficients are converted to floats.
    The coefficients for the LFE channel (lfe_data) are not touched.
    This is the first step for the really lossless XLL decoding.

    • [DBH] libavcodec/dca.h
    • [DBH] libavcodec/dcadec.c
    • [DBH] libavcodec/dcadsp.c
    • [DBH] libavcodec/dcadsp.h
    • [DBH] libavcodec/fmtconvert.c
    • [DBH] libavcodec/fmtconvert.h
    • [DBH] tests/fate/audio.mak
  • dca : remove unused decode_hf function and quant_d tables

    18 décembre 2015, par Alexandra Hájková
    dca : remove unused decode_hf function and quant_d tables
    

    They were superseded with their integer equivalents. Rename integer
    decode_hf to decode_hf.

    • [DBH] libavcodec/aarch64/dcadsp_init.c
    • [DBH] libavcodec/aarch64/dcadsp_neon.S
    • [DBH] libavcodec/arm/dcadsp_init_arm.c
    • [DBH] libavcodec/arm/dcadsp_neon.S
    • [DBH] libavcodec/dcadata.c
    • [DBH] libavcodec/dcadata.h
    • [DBH] libavcodec/dcadec.c
    • [DBH] libavcodec/dcadsp.c
    • [DBH] libavcodec/dcadsp.h
    • [DBH] libavcodec/x86/dcadsp.asm
    • [DBH] libavcodec/x86/dcadsp_init.c
    • [DBH] tests/checkasm/dcadsp.c
  • Diagonal split to show two positions of the same video frame. Landscape input, portrait output

    23 septembre 2020, par ajomajo

    I have a 16:9 video with two faces talking to eachother. I want to make a portrait video output (for smartphones viewport) where I show both faces in the same frame, split diagonally. Is this possible ? Like this : from [o o] to [%]

    


    I have used a filter .script-file earlier to fit one face into the frame, but now I'd like to fit both faces from the same scene, and preferably diagonally.

    


    The viewer will be able to see the two faces having a dialogue in a portrait aspect ratio, no matter how far away they are from eachother in the original landscape aspect ratio.