Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (27)

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

  • avfilter/af_sofalizer : fix crash when ir size is not aligned, usually when n_samples...

    4 mars 2016, par Paul B Mahol
    avfilter/af_sofalizer : fix crash when ir size is not aligned, usually when n_samples are not power of 2
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_sofalizer.c
  • lsws/ppc/yuv2rgb_altivec : Fix build in non-VSX environments

    10 octobre 2020, par Chip Kerchner
    lsws/ppc/yuv2rgb_altivec : Fix build in non-VSX environments
    

    Add inline function for vec_xl if VSX is not supported. vec_xl intrinsic
    is only available on POWER 7 or higher.

    Fixes ticket #8750.

    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libswscale/ppc/yuv2rgb_altivec.c
  • How do I edit the PKG_CONFIG_PATH environment variable on windows ?

    2 janvier 2024, par Project PowerPoint

    I'm trying to use pkg-config to combine files from ffmpeg into a library so I can use them as such in my program. However, I can't seem to figure out how to get pkg-config to look in another location.

    &#xA;

    It's worth mentioning that I'm compiling this program into a node API addon for a node project, so I'm using pkg-config from NPM and CMake-js.

    &#xA;

    Currently, pkg-config looks in C:/Strawberry/c/lib/pkgconfig

    &#xA;

    I want it to look in C:/ffmpeg/lib/ as well.&#xA;I've tried looking for how to do this, but I can only find how to do it on linux.

    &#xA;

    In the one stackoverflow question which is similar, the link provided is broken : link to question , broken link provided

    &#xA;

    Otherwise, I find conflicting info saying pkg-config in windows doesn't consider PKG_CONFIG_PATH environment variable. I can't test this if I can't find out how to actually do it.

    &#xA;

    I've also tried copying the ffmpeg folder inside C:/Strawberry/c/lib/pkgconfig so it can find it. Even then, it 'cant find libavcodec.pc' despite being located in that folder (albeit several folders deep).

    &#xA;

    How do I change the environment variable for pkg-config ?

    &#xA;