Recherche avancée

Médias (91)

Autres articles (75)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (7068)

  • lavfi : add select filter

    7 mai 2011, par Stefano Sabatini

    lavfi : add select filter

  • How To Adjust Volume in An Audio Mix With Node Fluent-FFmpeg

    8 octobre 2015, par Alexander Perls

    I am using the node Fluent-FFmpeg library to mix together two audio files.

    My current code :

       var ffmpeg = require('fluent-ffmpeg');
       ffmpeg("/audioFileOne.wav")
               .input("/audioFileTwo.wav")
               .complexFilter('amix=duration=first')
               .audioFrequency(44100)
               .audioCodec('libmp3lame')
               .audioQuality(5)
               .output("/mixedFile.wav").run();
       }

    This works well. However, try as I might, I can’t figure out how to change the volume level of audioFileOne.wav before it is mixed with audioFileTwo.wav

    I am pretty sure I need to add something to this line

    .complexFilter('amix=duration=first')

    But I seem to be not smart enough to understand the ComplexFilter documentation on this page.

    If necessary I can provide some of the code that I have tried, but I don’t want to create more confusion.

  • avfilter/vf_lut* : strip color volume metadata

    26 avril 2024, par Niklas Haas
    avfilter/vf_lut* : strip color volume metadata
    

    These filters, in general, will apply some arbitrary color volume
    transformation. Strip corresponding metadata to be conservative/safe.

    • [DH] libavfilter/vf_lut.c
    • [DH] libavfilter/vf_lut2.c
    • [DH] libavfilter/vf_lut3d.c