Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (68)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7470)

  • Anomalie #2063 : Bug avec notes de bas de page r17814

    10 mai 2011, par Michel Fraisse

    OK, j’ai trouvé le fautif Dans article.html de dist 2007 j’ai rajouté (#TEXTE pour avoir un décompte approximatif du nombre de mots de #TEXTE. Avec ça double, sans c’est correct ce qui semble normal et rassurant après (...)

  • libx265 : Use the Multi-library Interface

    11 mai 2015, par Gopu Govindaswamy
    libx265 : Use the Multi-library Interface
    

    Use the Multi-library interface to load at runtime x265 libraries
    supporting alternative bit depths (e.g. 8bit and 16bit).

    The linked library will try to load the library supporting the
    pixel format if it is not supported by itself.

    Fallback requesting the native library (passing 0 to x265_api_get) if
    a library supporting the requested bit depth is not available.

    Signed-off-by : Gopu Govindaswamy <gopu@multicorewareinc.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] configure
    • [DH] libavcodec/libx265.c
  • ffmpeg scale2ref explanation ?

    11 décembre 2020, par Geuis

    I'm applying a watermark to a video. I'm trying to get the watermark to scale proportionally to the video dimensions. I've seen maybe a dozen different answers using scale2ref, but no explanations as to actually what's happening, so I'm finding it difficult to know how to implement/make changes to the configs to work for my situation.

    &#xA;&#xA;

    Current overlay command :

    &#xA;&#xA;

    ffmpeg -i test.mp4 -i logo.png -filter_complex "overlay=0:0" output.mp4&#xA;

    &#xA;&#xA;

    Some answers I've looked at :

    &#xA;&#xA;

    ffmpeg creating gif from images, add watermark during creation ?

    &#xA;&#xA;

    ffmpeg fix watermark size or percentage

    &#xA;&#xA;

    What are the rules to how scale2ref works ?

    &#xA;