Recherche avancée

Médias (0)

Mot : - Tags -/upload

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 (5985)

  • fftools/ffmpeg : replace ff_dlog() with av_log()

    25 mars 2023, par Anton Khirnov
    fftools/ffmpeg : replace ff_dlog() with av_log()
    

    ff_dlog() is a lavu internal macro, and av_log() at trace level is just
    as good here.

    • [DH] fftools/ffmpeg.c
  • Revision 5979b89b92 : Update to cyclic refresh. -Increase the amount of mbs to be refreshed. -Replace

    22 septembre 2012, par Marco Paniconi

    Changed Paths : Modify /vp8/encoder/onyx_if.c Update to cyclic refresh. -Increase the amount of mbs to be refreshed. -Replace the delta qp with a fixed and reduced delta. -Change to the mb update loop to try to always update same amount of mbs. Change-Id : (...)

  • lavd/pulse_audio_enc : replace lround by lrint

    16 décembre 2015, par Ganesh Ajjanagadde
    lavd/pulse_audio_enc : replace lround by lrint
    

    Here it is mostly a cosmetic change, but there might be benefits in that
    there are no compat hacks for lround, while there are for lrint.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavdevice/pulse_audio_enc.c