Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (60)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (7709)

  • FFMPEG - Reduce speed / framerate of resulting video ?

    29 avril 2014, par shikata

    I’m using this commnand in order to convert a set of JPGs into a video. The code works but the resulting video is too fast

    exec('ffmpeg -y -f image2 -i img%d.jpg video.mpg 2>&1 >/dev/null', $output, $exit_status);

    I’ve tried to add -r 15 before the output file name but it didn’t work.

    Here what I’ve tried but didn’t work :

    exec('ffmpeg -y -f image2 -i img%d.jpg -r 15 video.mpg 2>&1 >/dev/null', $output, $exit_status);

    Any hints would be highly appreciated

  • Revision d928b34efe : Allow full RD TX size search for GF/ALT at speed 2 For speed 3 and above, such

    21 avril 2014, par Yaowu Xu

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



    Allow full RD TX size search for GF/ALT at speed 2

    For speed 3 and above, such search is only allowed at speed 3.
    The change helped cif and stdhd set by 1.2% and .7% in compression,
    but increased the encoding time by around 5%.

    Change-Id : Ifa4832327f1c1bef3decb032ceb769cbf50e059f

  • Revision 0bba4f1efa : Merge "Allow full RD TX size search for GF/ALT at speed 2"

    22 avril 2014, par Yaowu Xu

    Merge "Allow full RD TX size search for GF/ALT at speed 2"