Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (70)

  • 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" ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10156)

  • avfilter/formats : free the correct pointer in ADD_FORMAT()

    21 novembre 2014, par Michael Niedermayer
    avfilter/formats : free the correct pointer in ADD_FORMAT()
    

    Also only free it when it was not previously allocated to return to the
    state prior to the failing function call

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/formats.c
  • Building for macOS, but linking in object file built for free standing

    5 novembre 2020, par RPSM

    I am building ffmpeg and I get the following error for several files. I am not specifically building with the free standing flag, so cannot see why this is happening. What does it actually mean ? Is there a problem with it, or is it an ignorable warning ? If there's a problem, does anyone have any idea how to fix it ?

    &#xA;&#xA;

    Building for macOS, but linking in object file (~/Git/FFmpeg/FFmpegXcode/lib/libavutil.a(imgutils.o)) built for free standing&#xA;

    &#xA;

  • Xcode 12 : how to link against object files built for free standing

    1er octobre 2020, par Jean-Michaël Celerier

    The issue is about linking x86_64 macOS executables statically against libavcodec, libavdevice, etc, which have some object files built against freestanding as they use YASM which isn't able to embed the macOS "tag" in the binary (see Building for macOS, but linking in object file built for free standing for detailed information on that issue).

    &#xA;

    Everything works fine under Xcode 11.6 - the following messages are here, but they are warnings.&#xA;With the Xcode 12 update they become an error.&#xA;How to make them warnings again ? I could not find anything relevant in the ld man page.

    &#xA;

    &#xA;

    ld : in ffmpeg/lib/libavcodec.a(aacencdsp.o), building for macOS, but linking in object file built for free standing, for architecture x86_64

    &#xA;

    &#xA;