Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (11595)

  • How do I read a video's length/duration ?

    31 janvier, par DnK

    How can I batch generate .edl files for a folder of videos with different run times ? I need to skip an exact amount of seconds from the start and another from the end. Videos have different runtimes. I can make .edl files for skipping the intro but need a way to read the video runtime to skip the last 60 or 90 seconds.

    


    Edit decision list format :

    


    0:00:00   0:01:20.    3


    


    If the video is 40 minutes 30 seconds the edit decision list skipping 80 seconds from the start and 90 seconds from the end should be :

    


    0:00:00   0:01:20.    3
0:39:00   0:40:30.    3


    


  • Revision a2e711ce38 : Properly reset the block coding skip flag array in non-RD mode The block coding

    14 mars 2014, par Jingning Han

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



    Properly reset the block coding skip flag array in non-RD mode

    The block coding skip flags are assigned in the normal RD mode
    decision loop. They are then used in the final encoding stage.
    In the non-RD mode decision, the forward transform and quantization
    stages are replaced by modeling based on SSE and variance of
    prediction residues. This commit applies reset to this array in
    the non-RD coding mode.

    Change-Id : I66584669b035e9c8ac23e95047849ff277472742

  • Revision 47ac3ea0bb : Adapt color sensitiviy threshold to luma signal energy Instead using only a fix

    3 mars 2015, par Yaowu Xu

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



    Adapt color sensitiviy threshold to luma signal energy

    Instead using only a fixed threshold, this commit adapts the threshold
    for color sensitivity decision to luma signal energy : chroma channel’s
    sse is at least 1/6 of that in luma for color sensitivity flag to be
    set to active.

    This recoups a large portion of the speed loss due to accounting for
    chroma component costs in RTC mode decision.

    Change-Id : Ie01f747f6037dba6a1d1ed3e10b71a0ef1abc42c