Recherche avancée

Médias (91)

Autres articles (96)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9096)

  • 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