Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (94)

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

  • avformat/iamfdec : free superfluous objects

    23 janvier 2024, par James Almer
    avformat/iamfdec : free superfluous objects
    

    The AVIAMFAudioElement and AVIAMFMixPresentation that are ultimately used
    are allocated by ff_iamfdec_read_descriptors().

    Fixes some memory leaks reported by Valgrind.

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

    • [DH] libavformat/iamfdec.c
  • hwcontext_vulkan : free temporary array once unneeded

    13 juin 2023, par Lynne
    hwcontext_vulkan : free temporary array once unneeded
    

    Fixes a small memory leak.
    This also prevents leaks on malloc/mutex init errors.

    • [DH] libavutil/hwcontext_vulkan.c
  • What are the licence free codecs for FFMPEG ?

    8 avril 2024, par FunkyPizza

    So I've recently started implementing ffmpeg in an application that I do intend to distribute commercially. And I've had an hard time getting my head around the whole licensing process.

    &#xA;&#xA;

    The most commonly answered question I've seen seems to be about x264 which requires a paid licence from x264.org in order to use it commercially (right ?). I started to look into mpeg4 instead but that too seemed to be locked behind some patent licensing fee (https://www.mpegla.com/programs/mpeg-4-visual/license-agreement/).

    &#xA;&#xA;

    I guess my question is the following, what video encoders compatible with FFMPEG are fully free to use ?

    &#xA;&#xA;

    Yes I barely know what I'm talking about, but I feel like I'm missing the elephant in the room here...

    &#xA;