Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (7528)

  • Why does ffmpeg4android fail on Galaxy S6 ?

    26 novembre 2015, par Andrei

    I have created an app that uses the ffmpeg4android library found here :
    http://androidwarzone.blogspot.co.il/2011/12/ffmpeg4android.html

    I succesfully managed to encode & crop video using the following command :
    "ffmpeg -y -i [input_video_path] -preset ultrafast -strict -2 -vf crop=480:480 :[startX]:0 -r 25 -ab 48000 -ac 2 -ar 22050 -b 2097k [outputPath]"

    This command works on several devices : motorola G (api 22), galaxy s4 being some of them.

    Yet, on galaxy S6 it crashes when executing the command.
    In the ffmpeg log, it says that it does not recognize the preset option. Can anyone help me understand why and what is the proper fix ?

  • avcodec/msmpeg4enc : Don't use code for static init that can fail

    10 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4enc : Don't use code for static init that can fail
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/msmpeg4.h
    • [DH] libavcodec/msmpeg4enc.c
  • avcodec/h264 : Do not fail with randomly truncated VUIs

    10 avril 2015, par Michael Niedermayer
    avcodec/h264 : Do not fail with randomly truncated VUIs
    

    Fixes Ticket4445

    Tested-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c
    • [DH] libavcodec/h264.h
    • [DH] libavcodec/h264_parser.c
    • [DH] libavcodec/h264_ps.c