Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (111)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (12498)

  • avformat/hls : Check that filename is not "" in probe before checking its extension

    24 janvier 2016, par Michael Niedermayer
    avformat/hls : Check that filename is not "" in probe before checking its extension
    

    Possibly the check as a whole causes more problems than it helps, if so dont
    hesitate to remove it

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hls.c
  • Simple example of using ffmpeg as a Python subprocess, and "checking in" on the conversion

    30 août 2012, par ensnare

    I'm looking to convert a large directory of movies from one format to another, and to check in on the status of the conversion. I'm programming in Python.

    Something like this :

    >> m = MovieGenerator()
    >> m.convertMovie(&#39;/path/to/movie/movie1.avi&#39;)
    >> print m.status
    >> 35 frames completed

    Is this possible (or recommended) ? Does anyone have a working example of how to use ffmpeg as a subprocess ?

    Once the conversion is happening, is there any way to "check in" on the status of the conversion (for example, how many frames have been completed ?)

  • indeo45 : use is_indeo4 context flag instead of checking codec ID

    20 juin 2014, par Dirk Ausserhaus
    indeo45 : use is_indeo4 context flag instead of checking codec ID
    

    Signed-off-by : Kostya Shishkov <kostya.shishkov@gmail.com>

    • [DBH] libavcodec/indeo4.c
    • [DBH] libavcodec/indeo5.c
    • [DBH] libavcodec/ivi_common.c
    • [DBH] libavcodec/ivi_common.h