Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (91)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (8583)

  • Get audio amplitude list using FFmpeg, which contains n (could be set manually) items [closed]

    26 juin 2024, par Xavier Hugo

    I am working on a recorder app and need to generate audio spectrum for my files. I need to get amplitude list from audio file so that I can draw audio wave with Canvas by my own.

    


    I have read the fantastic answer by llogan. However, I don't know how to set the time interval manually. By the way, when I try to run the command, I got a list full of negetive numbers : command-running-image. Hope someone can explain it.

    


  • movenc : use correct tag list for AVOutputFormat.codec_tag

    15 juin 2017, par John Stebbins
    movenc : use correct tag list for AVOutputFormat.codec_tag
    

    ff_mp4_obj_type contains the wrong type of tags for
    AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
    validate AVCodecParameters.codec_tag so needs to be the same
    type of tag.

    Creates new tag lists for mp4 and ismv. New tag lists support
    same list of codecs found in ff_mp4_obj_type. psp uses the same
    tag list as mp4 since these both use mp4_get_codec_tag to look up tags.

    (cherry picked from commit 713efb2c0d013a42be4051adb7cd90a7c2cbbb4f)
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/movenc.c
  • Add security guidelines and list of fixed vulnerabilities.

    22 octobre 2018, par blueimp
    Add security guidelines and list of fixed vulnerabilities.