Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (5527)

  • lavc/utils : free private options on avcodec_open2 fail

    23 novembre 2014, par Lukasz Marek
    lavc/utils : free private options on avcodec_open2 fail
    

    It protects leaking string/binary/dict options from priv context.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] libavcodec/utils.c
  • replaygain : Fixed usage of gainfilter variable after free

    30 novembre 2019, par Andrey Astafyev
    replaygain : Fixed usage of gainfilter variable after free
    
    • [DH] src/share/replaygain_analysis/replaygain_analysis.c
  • avformat/movenc : Don't forget to free fragment buffers

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Don't forget to free fragment buffers
    

    The buffers used when fragmented output is enabled have up until now not
    been freed in the deinit function ; they leak e.g. if one errors out of
    mov_write_trailer() before one reaches the point where they are normally
    written out and freed. This can e.g. happen if allocating new vos_data
    fails at the beginning of mov_write_trailer().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/movenc.c