Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (70)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • avcodec/opus : always use ambisonic layout for mapping family 2

    18 mars 2022, par James Almer
    avcodec/opus : always use ambisonic layout for mapping family 2
    

    No need to use a Custom layout when the non diegetic channels can be
    described as a standard mask.

    This fixes :

    45684/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LIBOPUS_fuzzer-5039410989629440

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/opus.c
  • swresample/rematrix : handle 22.2 as a 9 channel layout

    6 août 2020, par Jan Ekström
    swresample/rematrix : handle 22.2 as a 9 channel layout
    

    This is as far as 22.2 follows the same channel order as
    WaveFormatExtensible's channel mask (and the AV_CH_* defines).

    After LFE2 the side channels would follow, but that offset of
    one stops us from utilizing them without further tweaks.

    This change was verified by using swresample to downmix to 5.1,
    and then feeding that to WASAPI.

    • [DH] libswresample/rematrix.c
  • swresample/rematrix : treat 22.2 as 5.1 (back) when mixing

    1er août 2020, par Jan Ekström
    swresample/rematrix : treat 22.2 as 5.1 (back) when mixing
    

    Only this sub-set of channels actually follows the bit mask order
    in the official 22.2 channel mapping. Additionally, the 5.1 channels
    are there for backwards compatibility with the previous system.

    This enables the utilization of 22.2 content until a proper down/up
    matrix is added into swresample.

    • [DH] libswresample/rematrix.c