Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (85)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (5807)

  • Revision 49866baae6 : Early termination after partition NONE is done in RD. This patch allows the enc

    30 juillet 2014, par Pengchong Jin

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



    Early termination after partition NONE is done in RD.

    This patch allows the encoder to skip the search for partition
    SPLIT, HORZ, VERT after the search for partition NONE is done
    in RD optimization. It uses the first pass block-wise statistics
    to make the decision. If all 16x16 blocks in the current partition
    have zero motions and small residues from the frist pass statistics,
    and it has small difference variance, further partition search is
    skipped.

    For speed 2 setting, experiments on general youtube clips show that
    the speedup varies from 1% - 10%, 5% on average. On the performance
    side in PSNR, derf 0.004%, yt -0.059%, hd -0.106%, stdhd 0.032%.

    For hard stdhd clips :
    park_joy_1080p, 502952 ms -> 503307 ms (-0.07%)
    pedestrian_area_1080p, 227049 ms -> 220531 ms (+3%)

    This feature is under the compilation flag CONFIG_FP_MB_STATS and
    it is off in current setting.

    Change-Id : I554537e9242178263b65ebe14a04f9c221b58bae

  • Revision 74593c1eae : Directly split the block in partition search This patch allows the encoder to d

    5 août 2014, par Pengchong Jin

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



    Directly split the block in partition search

    This patch allows the encoder to directly split the block
    in partition search, therefore skip searching NONE. It
    computes a score which measures whether 16x16 motion vectors
    from the first pass in the current block are consistent with
    each others. If they are inconsistent and we have enough Q
    to encode, split the block directly, and skip searching NONE.

    This feature is under flag CONFIG_FP_MB_STATS. In speed 2,
    it further gives a speedup of 3-8% on sample yt clips as
    compared to the previous version under the same flag. Overall,
    the features under the flag will give 7-15% on typical yt
    clips at up to 6000kbps data rate. The speedup at very high
    data rate is not significant.

    For hard stdhd clips :
    park_joy_1080p @ 15000kbps : 504541ms -> 506293ms (-0.35%)
    pedestrian_area_1080p @ 2000kbps : 326610ms -> 290090ms (+11.2%)

    The compression performance using the features under the flag :
    derf : -0.068%
    yt : -0.189%
    hd : -0.318%
    stdhd :-0.183%

    To use the feature, set CONFIG_FP_MB_STATS and turn on
    cpi->use_fp_mb_stats.

    Change-Id : Iad58a2966515c8861aa9eb211565b1864048d47f

  • Updated patch version for last merge.

    5 février 2015, par blueimp
    Updated patch version for last merge.