Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (101)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (9174)

  • avcodec/hevc_filter : copy_CTB() only within width&height

    21 juillet 2022, par Michael Niedermayer
    avcodec/hevc_filter : copy_CTB() only within width&height
    

    Fixes : out of array access
    Fixes : 49271/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5424984922652672

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hevc_filter.c
  • How to make ffmpeg select custom input stream width and height

    3 juin 2015, par Dionis L

    ffmpeg provides the -map option so you can select a program or a stream depending of the quality of streams. But it is useful if you already know what program corresponds to a desired width.

    If I do not know what program or stream number has the width 640 and height 360, how can I tell ffmpeg to select the program or stream that has the 640x360 because it default select the best stream.

  • avformat/smacker : check width/height in probe

    12 novembre 2013, par Michael Niedermayer
    avformat/smacker : check width/height in probe
    

    Fixes probetest failure

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/smacker.c