Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (110)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (9426)

  • log : change color for filters from blue to bright green

    20 juin 2012, par Michael Niedermayer

    log : change color for filters from blue to bright green

  • How to clone the voice of wav file ? [closed]

    6 août 2021, par artyom

    I want to write a simple python program that will get a wav file as an input and generate an audio clip with the voice of a specific sample containing the input file content. The main idea is to clone the voice of a known sample and replace the voice of input wile with this voice. How can I do it with "ffmpeg" library ?

    


  • vulkan_decode : use the correct queue family for decoding ops

    14 août 2024, par Lynne
    vulkan_decode : use the correct queue family for decoding ops
    

    In 680d969a305c0927480573a1b455024088b51aeb, the new API was
    used to find a queue family for dispatch, but the found queue
    family was not used for decoding, just for dispatching.

    • [DH] libavcodec/vulkan_decode.c