Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (38)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

  • avfilter/vf_delogo : round to the closest value

    9 décembre 2015, par Jean Delvare
    avfilter/vf_delogo : round to the closest value
    

    When the interpolated value is divided by the sum of weights, no
    rounding is done, which means the value is truncated. This results in
    a slight bias towards dark green in the interpolated area. Rounding
    properly removes the bias.

    I measured this change to reduce the interpolation error by 1 to 2 %
    on average on a number of sample input and logo area combinations.

    Signed-off-by : Jean Delvare <jdelvare@suse.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_delogo.c
    • [DH] tests/ref/fate/filter-delogo
  • Per macroblock encoding in libx264

    12 janvier, par Wei.M

    I know that in x264 encoding, the process is going on with the unit of macroblock. However, is that possible to set the parameters for each macroblocks ? For example, if I want to let the QP of some specific area to be smaller than others. Is that possible ? If I need to modify the functions and Apis in libx264, where should I begin ?

    &#xA;

  • How to Crop Video in Kotlin Similar to Image Cropping Using FFmpeg ? [closed]

    19 septembre 2024, par Hafsa Azram

    I'm currently working on a Kotlin application where I need to crop videos in a manner similar to how images are cropped (i.e., selecting a rectangular area of the video to keep, rather than just trimming time segments). I'm using FFmpeg for video processing, but I'm encountering issues with the cropping commands.

    &#xA;

    If FFmpeg is not suitable for video cropping, what other libraries or tools are available for this purpose in Kotlin ? How can I integrate and use these libraries in my project for cropping videos ?

    &#xA;