Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (62)

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

  • Looking for a solution to create a transparent video with images in a given frames

    8 juin 2012, par RakeshS

    I am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :

    1. Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
    2. Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
    3. Want output either in MOV or uncompressed AVI format.

    Any help is highly appreciated.
    Thanks in advance.

  • How to cut milliseconds of a video ffmpeg

    20 septembre 2021, par user3

    I have read several threads about this topic, but the solutions are not working for me, that's why I open a new thread.

    


    I have a video of 00:00:01.22 (according to ffmpeg) of duration. I want to cut it from 00h 00m 00.555s to 00h 00m 00.730s

    


    For doing that, I have tried :

    


    ffmpeg -ss 00:00:0.555 -i ABOUT_00003.mp4 -t 00:00:0.770 -c copy output.mp4


    


    But that is not working. The output video takes more time.

    


    Any idea ?
Thanks in advance

    


  • How to Tile Videos with FFmpeg [duplicate]

    1er juin 2021, par G-Power

    I'm quite surprised that this question was never asked on Stack Exchange before... Unless I missed on something.
I would like to tile a square number of videos (e.g. 4, 9, 16, etc.) into a single video.
All same format, same size, same everything.
I'm not that experienced with FFmpeg. So it would be cool if any answer given here were explained in detail, rather than just proposing a piece of code that I don't necessarily understand.
My videos will start at the same time and end at the same time... They're already prepared and all have the same length.

    


    Thank you in advance !