Recherche avancée

Médias (91)

Autres articles (6)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (3372)

  • How to use ffmpeg without root access

    6 octobre 2016, par Charlie227

    I’ve successfully installed ffmpeg using ssh, as root, on my dedicated server (CentOS 7).
    ffmpeg works fine - but now I need to use it without root access.

    When i try to use ffmpeg without root access, I get the following error :

    ffmpeg: error while loading shared libraries: libx264.so.148:
           cannot open shared object file: No such file or directory

    The final goal is to be able to use ffmpeg inside my PHP scripts which do not root access.

    Any help is appreciated.

  • Revision 9851486b2f : vp8e - boolcoder unit test Adds a unit test to the boolcoder that tests encodin

    8 mai 2012, par Jim Bankoski

    Changed Paths : Add /vp8/encoder/boolcoder_test.cc Modify /vp8/vp8cx.mk vp8e - boolcoder unit test Adds a unit test to the boolcoder that tests encoding and decoding thousands of different bits, with different probabilities in different patterns. Code borrowed from the webp project - and its (...)

  • Revision 04d2e57425 : Use vpx prefix for codec independent threading functions Replace vp9_ prefix wi

    2 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_thread_common.c


     Modify /vp9/common/vp9_thread_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.c


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_ethread.c


     Modify /vp9/vp9_dx_iface.c


     Modify /vpx_thread/vpx_thread.c


     Modify /vpx_thread/vpx_thread.h



    Use vpx prefix for codec independent threading functions

    Replace vp9_ prefix with vpx_ for common multi-threading functions.

    Change-Id : I941a5ead9bfe8213fdad345511d2061b07797b55