Recherche avancée

Médias (91)

Autres articles (85)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (11673)

  • Where can I find high-quality videos for testing video processing ?

    15 novembre 2012, par Workman

    Aside from Big Buck Bunny, Sintel, and Elephant's Dream, what are other high-quality and free sources for high quality video ?

    I'm using these videos internally to test video transcoding options and am not public redistributing. Any suggestions for content that falls under this category ?

  • Revision 1092140379 : No longer use use_lastframe_partitioning speed feature The speedup in rd_pick_p

    6 septembre 2014, par Yunqing Wang

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



    No longer use use_lastframe_partitioning speed feature

    The speedup in rd_pick_partition() function makes it possible
    to drop use_lastframe_partitioning feature. By doing that, we
    achieve good PSNR gain with small speed loss. Also, this makes
    encoding loop less complicated. The code cleanup patch will
    follow.

    Borg tests showed :
    1. At speed 2,
    stdhd set : 0.201% PSNR gain, 0.133% SSIM gain ;
    derf set : 0.262% PSNR gain, 0.276% SSIM gain.
    2. At speed 3,
    stdhd set : 0.139% PSNR gain, 0.109% SSIM gain ;
    derf set : 0.447% PSNR gain, 0.442% SSIM gain.

    The average speed loss over selected test clips is within 1%
    with the worst case of 4%.

    Change-Id : Icfd2ded7869372b585a6972855d933b3d0280d90

  • How to do audio expansion/normalization (emphasise difference between high and low)

    28 novembre 2018, par foobar

    I’m trying to find way to emphasise the difference between high and low points in the audio. I can’t seem to find documentation on how to do this - perhaps this can be done with ffmpeg. Would really appreciate some pointers from someone who knows more about signal processing.