Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (36)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (6166)

  • Revision 103226 : 1.4.1 et 2017

    10 mars 2017, par kent1@… — Log

    1.4.1 et 2017

  • Reduce the weight of webp

    4 avril 2021, par MultipleSplit

    Im new to ffmpeg

    


    I got webm (2.21mb) with alpha transparency and trying to convert it to animated webp also with alpha with that command :

    


    ffmpeg -c:v libvpx-vp9 -i input.webm output.webp


    


    Output webp gets 43.1mb.
So how I can reduce more weight from webp ? What I need to add to my command ?

    


  • avcodec/h264 : Check weight values to be within the specs limits.

    21 mars 2017, par Michael Niedermayer
    avcodec/h264 : Check weight values to be within the specs limits.
    

    Fixes : integer overflows
    Fixes : 911/clusterfuzz-testcase-5415105606975488

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_parse.c
    • [DH] libavcodec/h264_slice.c