Recherche avancée

Médias (91)

Autres articles (70)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (15922)

  • How to increase compression speed for FFmpeg ?

    26 mars 2015, par Shailesh

    I have used following command for compress video in android.

    ffmpeg -y -i /sdcard/DCIM/Camera/VID_20150326_125017.mp4 -strict experimental -s 640x360 -r 25 -vcodec mpeg4 -b 1000k -ab 48000 -ac 2 -ar 22050 /sdcard/videokit/out.mp4

    Above command is a work properly, but it’s taking too much time for compression.
    An 80MB video file takes around 3 minutes to compress to an 8MB file. Is there any way I can reduce this time.

  • Revision 83cbe22623 : Speed up non-rd mode decision search This commit makes the encoder to explicitl

    18 mars 2015, par Jingning Han

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



    Speed up non-rd mode decision search

    This commit makes the encoder to explicitly calculate the SAD
    associated with the LAST_FRAME motion vector and compare it to
    that of the GOLDEN_FRAME given by integral projection motion
    estimation. It skips the expensive sub-pixel motion search over
    GOLDEN_FRAME when the LAST_FRAME can provide fairly good motion
    compensated prediction quality.

    For dark720p speed -6 single thread goes from
    33304 b/f, 40.070 dB, 18156 ms ->
    33319 b/f, 40.061 dB, 17611 ms

    Change-Id : I01bc94b9b598075567a392111046b97a9bc30efe

  • Revision 067fc49996 : Merge "Speed up non-rd mode decision search"

    19 mars 2015, par Jingning Han

    Merge "Speed up non-rd mode decision search"