Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • aacenc : add support for encoding files using Long Term Prediction

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : add support for encoding files using Long Term Prediction
    

    Long Term Prediction allows for prediction of spectral coefficients
    via the previously decoded time-dependent samples. This feature
    works well with harmonic content 2 or more frames long, like speech,
    human or non-human, piano music or any constant tones at very low
    bitrates.

    It should be noted that the current coder is highly efficient and
    the rate control system is unable to encode files at extremely
    low bitrates (less than 14kbps seems to be impossible) so this
    extension isn’t capable of optimum operation. Dramatic difference
    is observable with some types of audio and speech but for the most
    part the audiable differences are subtle. The spectrum looks better
    however so the encoder is able to harvest the additional bits that
    this feature provies, should the user choose to enable it. So
    it’s best to enable this feature only if encoding at the absolutely
    lowest bitrate that the encoder is capable of.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
    • [DH] libavcodec/aacenc_ltp.c
    • [DH] libavcodec/aacenc_ltp.h
  • hevc : Track long and short term RPS size for VDPAU

    12 février 2016, par Philip Langdale
    hevc : Track long and short term RPS size for VDPAU
    

    Today, we track the short term RPS size for DXVA, but only if the
    SliceHeader RPS is being used. Otherwise it’s left uninitialized.

    NVIDIA’s VDPAU implementation requires that the size be accurately
    tracked even if an SPS RPS is being used. In this case, it’s really
    counting the size of the RPS idx information, but you end up with
    mangled output if the value is not accurate.

    VDPAU also needs the size of the long term RPS.

    Signed-off-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/hevc.h
  • hevc : Validate the number of long term reference pictures

    23 juin 2017, par Mark Thompson
    hevc : Validate the number of long term reference pictures
    

    This would overflow if the stream contained a value greater than the
    maximum allowed by the standard (32).

    • [DBH] libavcodec/hevc_ps.c