Recherche avancée

Médias (91)

Autres articles (32)

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

  • Flutter get video frames using video player or ffmpeg

    7 mars 2021, par lulliezy

    I have a flutter app that processes videos, now, I want to display like a video timeline at the bottom of the video but it should be comprised of the video frames of the video at various points, my googling has been fruitless so far and I was hoping to achieve this using flutter video_player and/or flutter_ffmpeg (I use these packages in my app). I have tried to look this online but I want to avoid using another package just for this, how do i achieve this using either or both the packages ?

    


    Thanks in advance

    


  • How To Customize the Background of Subtitle of Video Using .ASS File [closed]

    7 février 2024, par GaoJin

    I am processing video files using ffmpeg library.
One of my aim is to customize the subtitles.
I reached the solution of using .ASS file.
I can customize the background color, fontSize, fontColor using .ASS.
However I want to customize the size of background for subtitles, also.

    


    I mean let's say the fontsize is 20px.
I want to give 4px padding to the background, so padding-top and padding-bottom is 4px each and thus the height of background is 20px+4px+4px = 28px.

    


    Is it possible using ASS file ?

    


    This is the image of one video in which I want to customize the background of subtitles

    


    I tried to add padding in .ASS file but failed

    


  • how to add several videos to a photo frame using ffmpeg ? [closed]

    13 juillet 2022, par Brian jackson

    i need to create a Example collage video like this by ffmpeg commands

    


    this example has 3 video and 1 background image [10x10 size]

    


    i have left right top bottom and size of each video

    


    so how i can create a collage video like this with ffmpeg command