Recherche avancée

Médias (0)

Mot : - Tags -/xmp

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

Autres articles (103)

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (16001)

  • What is the purpose of the split filter in FFMpeg ?

    1er juin 2024, par TheOrbitHeart

    In complex filters specifically, is there a situation where it is necessary to use the split filter, rather than use the same input multiple times ?

    


    For example, consider the following FFmpeg command :

    


    ffmpeg -i input.mp4 -filter_complex \
  "[0:v]hflip[out1]; \
   [0:v]boxblur=10[blurred]; \
   [out1][blurred]hstack[out]" \
 -map "[out]" output.mp4


    


    It seems to work perfectly fine, But I saw some tutorials consistently using "split" in situations like this, where the input is split before any other filters are applied, making me wonder if there are unintended consequences to using inputs directly like this, I tried to find filters that may alter the input or optimization issues but I found no difference. So, it begs the question, what's the purpose of "split" ? and when should I use it ?

    


  • ffmpeg : How to split a video horizontally ? [on hold]

    20 septembre 2017, par Joe3549

    I would like to split a video horizontally in the middle, and keep the upper part with its original width, and consequently with half the height. How could I use the ffmpeg parameters ? (split ?, crop ?, filter_complex ?)
    Thank you.

  • avfilter/split : Deduplicate AVClasses

    10 septembre 2021, par Andreas Rheinhardt
    avfilter/split : Deduplicate AVClasses
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/split.c