Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (70)

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

  • How to overlay 2 videos with ffmpeg so that overlay starts before the main video ?

    29 octobre 2022, par ed22

    This command overlays the intro over the main clip and the main clip starts at the 11th second but the intro is not playing before that 11th second but only when the main video starts. I would like to have the intro play before the main clip and also overlay the main clip starting at the 11th second. I simplified the commad (the intro is made transparent so that main clip is actually visible when they overlap).

    


    ffmpeg.exe -y -i ovelay.mov -i main.mp4 -an -filter_complex "[0:v]setpts=PTS-STARTPTS[intro];[1:v]setpts=PTS-STARTPTS+11/TB[main_clip];[main_clip][intro]overlay[out]" -map "[out]" "out.mp4"


    


  • avcodec/videotoolboxenc : Set profile (main/main10) on HEVC encode

    21 septembre 2020, par Harry Mallon
    avcodec/videotoolboxenc : Set profile (main/main10) on HEVC encode
    

    Signed-off-by : Harry Mallon <harry.mallon@codex.online>
    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c
  • Combine three ffmpeg commands to encode,, text, image and video on a main video in Android

    27 mai 2020, par Mit Shah

    My question is, I have successfully coded the FFMPEG commands for a text, an image and and a video in android. Now as there can only be one single string command to execute I need to combine those three in single one. How am I able to achieve this ? I have wasted lots of time but couldn't get anything.

    &#xA;&#xA;

    For example : There is a main video in background and I have three different view on top of it and I need to make execution.

    &#xA;&#xA;

    Thanks.

    &#xA;