Recherche avancée

Médias (91)

Autres articles (88)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (11577)

  • How to enable GPU acceleration when using loudnorm filter in FFmpeg

    27 décembre 2022, par Anh Duc Ng

    I'm building a service to automatically normalize the loudness of audio to -16LUFS using FFmpeg, but it takes too much time to process audio using the loudnorm filter of FFmpeg. Is there any way to use loudnorm with GPU ? I installed GPU-supported FFmpeg following this guide from NVIDA but do not know how to enable GPU acceleration.

    


    My code :

    


    ffmpeg -i /path/to/input.mp4 -af loudnorm=I=-16:dual_mono=true:TP=-1.5:LRA=11 /path/to/output.mp4


    


  • How to enable GPU acceleration in FFmpeg when using loudnorm filter

    27 décembre 2022, par Anh Duc Ng

    I'm building a service to automatically normalize the loudness of audio to -16LUFS using FFmpeg, but it takes too much time to process audio using the loudnorm filter of FFmpeg. Is there any way to use loudnorm with GPU ? I installed GPU-supported FFmpeg following this guide from NVIDA but do not know how to enable GPU acceleration.

    


    My code :

    


    ffmpeg -i /path/to/input.mp4 -af loudnorm=I=-16:dual_mono=true:TP=-1.5:LRA=11 /path/to/output.mp4


    


  • Autostart Ffmpeg when I connect to Red5 ? [on hold]

    6 novembre 2013, par Alex Scott

    I have setup Red5 media server on my server along with ffmpeg and I can connect to my Red5 server using Flash Media Encoder and I can view my stream within my website.

    My problem is that I know you can now use ffmpeg to convert the stream into segmented files and create the m3u8 playlist.

    Unfortunately, my stream is not live 24/7, only on weekends, so I want to know if it is possible to automatically start the ffmpeg decoding process when the stream is active and end it when the stream finishes ?

    The website which I am using this on is Official Sound FM.

    Thanks in advance for helping me with this matter and if anyone should require my services to setup a similar streaming service with them, please don't hesitate to ask me.