Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (5476)

  • ffmpeg drawtext to overlay text repeatedly over the whole video space

    5 avril 2022, par Osama Bin Saleem

    I want a specific text like Hello world to be spread across multiple rows and over the whole video space/page like this.&#xA;enter image description here

    &#xA;

    I'm running ffmpeg commands in the python script using bash as a subprocess. Sample code :

    &#xA;

    &#xA;

    subprocess.run(&#xA;[&#xA;"ffmpeg",&#xA;"-i",&#xA;input_file,&#xA;"-vf",&#xA;f"drawtext=font=font_family:text=watermark_text:fontcolor=font_color:fontsize=font_sizebackground_box :watermark_position",&#xA;"-codec:a",&#xA;"copy",&#xA;"-preset",&#xA;encoding_preset,&#xA;f"./watermark/media_id.mp4",&#xA;]&#xA;)

    &#xA;

    &#xA;

    Is there any good way to achieve this ?

    &#xA;

  • python/flask ffmpeg m3u8 download

    17 mai 2017, par kittencornball

    I got ffmpeg working in the command line/app.py just fine with

    os.popen("ffmpeg -i LIVESTREAMURL -c copy thevideo.MP4")

    the end goal is to have this running on a site so i can just plop the m3u8 live stream in and download the video in a mp4 format

    heres what ive tried on my heroku app

    from flask import Flask
    from flask import send_file
    app = Flask(__name__)
    import os
    import subprocess
    import ffmpy


    farts = os.popen("ffmpeg -i LIVESTREAMURL -c copy thevideo.ts")

    @app.route("/")
    def hello():
       return "Hello World!"
       return farts
  • doc : Update to Doxygen 1.7.6.1

    18 novembre 2019, par NotTsunami
    doc : Update to Doxygen 1.7.6.1
    

    This will bring our doxyfile closer to the modern world and clean up some warnings in the doxygen output during a regular build. I believe it is pretty fair to use 1.7.6.1 given it released in 2011, with the 1.7.x branch a year prior. The current branch is 1.8, which released 2012, but I believe 1.7.6.1 is sufficient.

    Updated by running doxygen -u doc/Doxygen.in with Doxygen 1.7.6.1. The only manual change was adding 'Free Lossless Audio Codec' to PROJECT_BRIEF.

    • [DH] doc/Doxyfile.in