Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (55)

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

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

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

  • Relative Path for React-Native-ffmpeg ?

    27 juillet 2023, par christen03

    I'm using react-native-ffmpeg and I'm trying to add some text and an image to my videos. I'm trying to get use a font file through a relative path, but I'm having some issues. Everything is executing correctly, but my video is saved using some default font instead of the font I want it to use.

    


    This is the code I'm trying, these two lines to set the fontDirectory/path,

    


        await FFmpegKitConfig.setFontDirectory("../fonts");
    const fontFilePath = "../fonts/Montserrat-Medium.ttf";



    


    then the command that I execute.
-y -i ${inputFilePath} -i ${randomImage} -filter_complex "[0:v][1:v] overlay=${imgWidthScale * windowWidth}:${imgHeightScale * windowHeight}, drawtext=fontfile=${fontFilePath}:text=@${selfUser.username}:fontsize=${fontSize}:fontcolor=white:x=${textWidthScale * windowWidth}:y=${textHeightScale * windowHeight}" -codec:a copy ${outputPath}

    


    I'm sure my font file is insde the fonts directory and that this path is correct. However, this is the error I'm getting in my terminal :

    


    [AVFilterGraph @ 0x2877c2fa0] Error initializing filter 'drawtext'
 LOG  [AVFilterGraph @ 0x2877c2fa0]  with args 'fontfile=../fonts/Montserrat-Medium.ttf:text=@chris:fontsize=36:fontcolor=white...


    


    Which I'm not too sure about, but looks like the colon delimiter is not working ? However it seems to be reading all my other arguments fine as my text, fontsize, color, and position work with no issues.

    


    Is there something I'm doing wrong in my command ? Or setting up my font directory ? Or does ffmpeg not work with relative paths ? I appreciate any help :)

    


  • how to pass arguments to existing process instance in c#

    28 octobre 2013, par Akash Langhani

    I am using ffmpeg and I have start a process and I want to pass an argument to same instance after its start, so how to do this in c sharp any resource. Basically I am using ffmpeg to recored desktop screen and ffmpeg recording can be stop with "q" word.

  • Anomalie #4708 : Comportement du modèle différent en 3.3

    30 mars 2021, par Fabrice Véronneau

    Après comparaisons sur 2 sites en 3.3 et avec 2 comportements différents, puis de multiples vidages de cache (spip, varnish, navigateurs) j’arrive au même résultat qu’en 3.2.
    Selon moi, ce ticket n’aurait donc plus lieu d’être puisque je ne reproduis plus le bug.