Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (97)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (6317)

  • How to loop audio in ffmpeg till concatenated video length

    5 août 2020, par IDimension

    Here is my current code, but it cut shorts the concatenated video till audio length.

    


    ffmpeg -i 'vid1.mp4' -i 'vid2.mp4' -i 'vid3.mp4' -i 'audio1.mp3' -filter_complex [0:v][1:v][2:v]concat=n=3:v=1:a=0[v] -map [v] -map 3:a -pix_fmt yuv420p -vcodec libx264 -shortest -y output.mp4

    


  • avformat/matroskadec : Make reading zero-length elements spec-compliant

    16 février 2021, par Andreas Rheinhardt
    avformat/matroskadec : Make reading zero-length elements spec-compliant
    

    For a very long time, the payload of integer and float elements had to
    have a length > 0. Our parser treated such invalid elements as having a
    value zero. But now it has been defined what an EBML element with length
    zero means : It is a shorthand for the default value. This has also been
    defined for strings (both ASCII and UTF-8). This commit modifies our
    parser to support this.

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • avfilter/hue : fix range in comment

    24 mars 2020, par Gyan Doshi
    avfilter/hue : fix range in comment
    

    Found-by : Michael Koch
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] libavfilter/vf_hue.c