Recherche avancée

Médias (91)

Autres articles (77)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • libavfilter/vf_owdenoise.c : skip processing when strength is 0

    12 avril 2016, par Yuuki Galaxy
    libavfilter/vf_owdenoise.c : skip processing when strength is 0
    

    It is practical to de-noise only on luma while keeping chroma unchanged.

    However, libavfilter/vf_owdenoise.c always do the Wavelet transform/retransform on all 3 channels without check whether chroma_strength is 0.

    Thus I make this patch. De-noise on Y only for yuv420 is now 1.5 times faster.

    Signed-off-by : Yuuki Galaxy <galaxy001@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_owdenoise.c
  • very slow processing and converting videos to m3u8 using ffmpeg library

    19 mai 2022, par Anas shahrouri

    We are experiencing very slow processing and converting videos to m3u8 using ffmpeg library.

    &#xA;

    Note that the operating system used is Ubuntu Server and that the server has huge resources in RAM and CBU, and we noticed that the processing process does not consume the available resources significantly

    &#xA;

    Average video size : 1 GB&#xA;Average video processing time : 2 - 3 hours&#xA;The programming language used : asp.net core 3.1

    &#xA;

    We need to reach a maximum of 20 minutes in processing time, is that possible ?

    &#xA;

  • How to send audio video data to backend service for ffmpeg processing [closed]

    26 juin 2022, par Shinu Mathew

    How to send audio-video data from user's webcam to a backend service for ffmpeg processing from an angular application.

    &#xA;