Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (100)

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

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (9854)

  • ffmpeg setting ouput option correctly (-r)

    25 mars 2018, par machinery

    I would like to use ffmpeg on Ubuntu with the following command :

    ffmpeg -i input_video -vf scale=w=320:h=-1 -y -vcodec libx264 -preset ultrafast -r 60 output_video

    For the -r option the documentation says :

    -r[:stream_specifier] fps (input/output,per-stream)

    Set frame rate (Hz value, fraction or abbreviation).

    As an input option, ignore any timestamps stored in the file and
    instead generate timestamps assuming constant frame rate fps. This is
    not the same as the -framerate option used for some input formats like
    image2 or v4l2 (it used to be the same in older versions of FFmpeg).
    If in doubt use -framerate instead of the input option -r.

    As an output option, duplicate or drop input frames to achieve
    constant output frame rate fps.

    I would like to use the output option. How can I do this ? What is the per-stream option doing (it is not written above) ?

    Second, is it correct that the -vf scale=w=320:h=-1 option scaled the video to width 320 and keeping the aspect ratio ?

  • lavf/dump.c : Print mastering display metadata

    1er mars 2016, par Neil Birkbeck
    lavf/dump.c : Print mastering display metadata
    

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dump.c
  • Anomalie #845 (Fermé) : spip-loader parle d’"installation" même lorsqu’il s’agit d’une "mise à jour"

    20 juillet 2014, par 毎日 erational -

    corrigé par http://zone.spip.org/trac/spip-zone/changeset/83756.

    on affiche la version et on précise si on lance une installation ou mise à jour.