Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (21)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (7695)

  • How to speed up black video creation with FFMPEG ?

    2 décembre 2017, par Rick Sullivan

    I have been generating static black videos as backgrounds using FFMPEG’s color source. This works fine for smaller and shorter videos, but I need to be able to generate long 1080p black videos quickly.

    For example, I can generate a two hour long 1080p@30fps video using :

    ffmpeg -f lavfi -i color=black:s=1920x1080:r=30 -t 7200 test.mp4

    But this will take over 45 minutes to run.

    There are options that speed up runtime, like using the ultrafast preset :

    ffmpeg -f lavfi -i color=black:s=1920x1080:r=30 -preset ultrafast -t 7200 test.mp4

    Which will take around 20 minutes to run. Better, but not good enough for doing this en masse.

    Are there any other options to drastically speed up runtime ?

    Intuitively, I am generating a static video where only video duration varies, so it seems like there should be an approach that is restricted only by disk write speed. All of these options are very CPU intensive and seem to be doing more processing than is necessary for my use case.

  • avfilter/avf_showcwt : do not return initial black frames with negative timestamps

    11 novembre 2023, par Paul B Mahol
    avfilter/avf_showcwt : do not return initial black frames with negative timestamps
    
    • [DH] libavfilter/avf_showcwt.c
  • Convert image to black and white with ffmpeg

    20 septembre 2023, par maddogandnoriko

    How can I convert an image to b&w with ffmpeg ?

    


    I am making some coloring book images by decoloring images and reducing to a black outline. Even though they appear b&w most are not.