Recherche avancée

Médias (91)

Autres articles (64)

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

  • 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

Sur d’autres sites (7760)

  • Revision 7088426976 : Merge "Make fdct32 computation flow within 16bit range"

    18 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c



    Merge "Make fdct32 computation flow within 16bit range"

  • How do I merge few audios with ffmpeg without volume renormalization ?

    20 septembre 2018, par mr_blond

    There is the amix command for mixdown few audio files into one output.

    ffmpeg -i INPUT1 -i INPUT2 -filter_complex amix=inputs=2:duration=first:dropout_transition=0 OUTPUT

    When two files are being merged with amix and dropout_transition = 0 there is the volume renormalization works for both files. ffmpge reduces volume of each file if they sounds in same time. Then when one file is longer then another, it starts to sound louder when shortest file ends sound. So longest file have not constant volume in output mix.

    How do I merge few audios with ffmpeg without volume renormalization with constant volume of each input file in mix ?

  • Revision bc7074508a : Fix integer overflow issue in rtc coding flow intra mode search The overflow is

    16 juin 2015, par Jingning Han

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



    Fix integer overflow issue in rtc coding flow intra mode search

    The overflow issue affects a variable that is only used in inter
    mode. This commit fixes the ioc warning triggered in the intra
    mode. It does not affect the compression performance.

    Change-Id : I593d1b5650599de07f3e68176dd1442c6cb7bdbc