Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (50)

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

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

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

  • I have to configure background music and voice with ffmpeg such that whenever voice will play background music volume will be less than voice ?

    18 janvier 2023, par Namrata Bandal

    creating dynamic volume changes in an audio file where the voice is playing, and the voice should be played at 100% volume throughout the duration of 4-16 seconds while the background music's volume changes between 4-8 seconds from 100% to 20% linearly, 8-12 seconds hold the volume at 20% and 12-16 seconds change the volume from 20% to 100% linearly after 16 seconds hold the volume at 100% and 4-16 seconds voice should be hold volume at 100% in ffmpeg command

    


  • how spotify and other music players implement cross fading between music

    11 janvier 2023, par Arihant Jain

    I was working on a media streaming project and thought of implementing a cross fade between the next and current playing song.

    


    HLS is used for streaming music and .m3u8 file is presigned by cloudfront.

    


    Any help will be appreciated.

    


  • Get Album Art of a music using ffmpeg in Webp

    5 janvier 2023, par Arihant Jain

    I am struggling to output thumbnail of an mp3 file in webp format

    


    Tried this but it did not worked for .webp

    


    I am running this command in AWS lambda function to extract album Art and save in S3.

    


    ffmpeg -i input.mp3 -an -vcodec copy cover.webp

    


    enter image description here

    


    Any help would be appreciated.

    


    Reference : link