Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (90)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (7028)

  • fate : add one select filter test

    17 novembre 2013, par Vittorio Giovara
    fate : add one select filter test
    

    This test selects alternate frames from input.

    • [DBH] tests/fate/filter-video.mak
    • [DBH] tests/filtergraphs/select-alternate
    • [DBH] tests/ref/fate/filter-select-alternate
  • How can I get neighbour frames when implementing my own ffmpeg filter ?

    10 septembre 2019, par Aaron

    I’m implementing a custom FFmpeg filter. When frame N is processing, I hope I can also get the information of frame N-1 and frame N+1. Is there any FFmpeg function I could use for some help ?

    In my custom FFmpeg filter, the filter_frame function provides an AVFrame object, which is the Nth frame, but how can I get the former and the latter AVFrame object.

    static int filter_frame(AVFilterLink *link, AVFrame *in)
  • fate/filter-video : add two tests for dnn_processing with frame format rgb24 and grayf32

    8 janvier 2020, par Guo, Yejun
    fate/filter-video : add two tests for dnn_processing with frame format rgb24 and grayf32
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-dnn_processing-halve_first_channel_float
    • [DH] tests/ref/fate/filter-dnn_processing-halve_gray_float