Recherche avancée

Médias (91)

Autres articles (105)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10456)

  • Revision eb3fdfba09 : vp9_loop_filter_frame_mt : pass VP9LfSync directly a step towards removing the p

    31 août 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_dthread.c


     Modify /vp9/decoder/vp9_dthread.h



    vp9_loop_filter_frame_mt : pass VP9LfSync directly

    a step towards removing the pbi dependency

    Change-Id : I10747b325e81c172f5e67031ea5159159fc26e91

  • rtpenc_chain : Pass the initial time_base hint on to the chained muxer

    17 septembre 2014, par Martin Storsjö
    rtpenc_chain : Pass the initial time_base hint on to the chained muxer
    

    In practice this hint is ignored - the rtp muxer always overwrites
    the stream time base without taking the hint into account. But as
    a general practice this is the correct way to pass a time base hint
    on to a chained muxer.

    This avoids warnings about using the codec time base as hint
    being deprecated.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpenc_chain.c
  • Revision 7ae1aa6b37 : Dynamic resize for 1 pass : update of golden frame. In aq-mode=3 under a resizin

    16 juillet 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c



    Dynamic resize for 1 pass : update of golden frame.

    In aq-mode=3 under a resizing action (i.e., resize_pending != 0),
    force an update of the golden reference frame.

    Change-Id : I14806f6db71b5f8c827678cc5e1fc913c138a9a4