Recherche avancée

Médias (0)

Mot : - Tags -/gis

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (13840)

  • How can I use ffmpeg or vlc to sample audio frequency and volume(DB value)

    26 février 2014, par poc

    I want to capture the audio's frequency and volume from RTSP streaming.

    I want to sample it every second, But can not find how to get it via vlc or ffmpeg

    When executing the following line, it only shows the video bit rate information and nothing about audio.

    ffmpeg -i rtsp://172.19.1.40/live.sdp -acodec copy -vcodec copy lala.avi
  • avcodec/libx265 : add support for setting chroma sample location

    29 août 2021, par Jan Ekström
    avcodec/libx265 : add support for setting chroma sample location
    

    Unlike libx264, libx265 does not handle the chroma format check
    on its own side, so in order to not write out values which are
    supposed to be ignored according to the specification, we limit
    the writing out of chroma sample location to 4:2:0 only.

    • [DH] libavcodec/libx265.c
  • hevc : Fix 4K sample video

    14 juin 2014, par Kieran
    hevc : Fix 4K sample video
    

    Reviewed-by : smarter
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc_ps.c