Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (78)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (13217)

  • Revision 6594ca8897 : All zero coeff skip in IDCT 32x32 When all coefficients are zeros, skip the cor

    8 octobre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_idct.c



    All zero coeff skip in IDCT 32x32

    When all coefficients are zeros, skip the corresponding 1-D inverse
    transform. This practice has been used in the SSE2 implementation of
    inverse 32x32 DCT. This commit imports this algorithm into the C code.

    Change-Id : I0f58bfcb183a569fab85d524d5d9cf8ae8653f86

  • It there possible to detect mosaic which was generated by FFmpeg ?

    12 mars 2021, par pvd

    We are doing some experiments using FFmpeg, however, there might be mosaic in some of section of the transcoded video, like :

    



    So, I would like to extract the key frames of the video, and not sure what't the best practice to detect mosaic in this case ?

    


    A Google search for image mosaic detect yields thousands of papers, I was wondering if there any exists tools ?

    


  • How to icecast a merged incoming icecast audio stream with local webcam ?

    20 juillet 2020, par pimpmypixel

    I have my webcam attached via usb to a server running ubuntu with icecast, webcamoid and ffmpeg. Then I have a laptop broadcasting the audio to the server.
I have tried with a mix of icecast (also via liquidsoap) and ffmpeg bash scripts, but I am not able to access a merged video.
I'm sure there must be some common/best practice to even a simple setup like this, but it's confusing to me which of them does what.
Is icecast able to do do it by itself or with relaying ? or is ffmpeg supposed to merge everything ? or is it a combination of the two ?