Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (91)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (8333)

  • 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

  • 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 89fbf3de50 : Add an MMX fwht4x4 7% faster encoding a desktop lossless at RT speed 4. Change

    5 mai 2014, par Alex Converse

    Changed Paths :
     Modify /test/fdct4x4_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Add /vp9/encoder/x86/vp9_dct_mmx.c


     Modify /vp9/vp9cx.mk



    Add an MMX fwht4x4

    7% faster encoding a desktop lossless at RT speed 4.

    Change-Id : I41627f5b737752616b6512bb91a36ec45995bf64