Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (48)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (6870)

  • Evolution #3155 (Nouveau) : jquery color obsolète

    21 janvier 2014, par b b

    il semble qu’on pourrait se passer du script prive/javascript/jquery.colors.js d’après la doc de jQuery UI :

    jQuery UI bundles the jQuery Color plugins which provides color animations as well as many utility functions for working with colors.

    http://jqueryui.com/animate/

  • avfilter/vf_curves : add PCHIP interpolator and interp option

    2 octobre 2022, par Takeshi (Kesh) Ikuma
    avfilter/vf_curves : add PCHIP interpolator and interp option
    

    summary : This patch modifies the `curves` filter with new `interp` option
    to let user pick the existing natural cubic spline interpolation
    and the new PCHIP interapolation.

    reason : The natural cubic spline does not impose monotonicity between
    the keypoints. As such, the fitted curve may vary wildly against
    user's intension. The PCHIP interpolation is not as smooth as
    the natural spline but guarantees the monotonicity. Providing
    both options enhances users experience (e.g., reduces the number
    of keypoints to realize the desired curve). See the related bug
    report for the example of an ill-interpolated curve.

    alternate solution :
    Both Photoshop and GIMP appear to use monotonic interpolation in
    their curve tools, which were the models for this filter. As
    such, an alternate solution is to drop the natural spline and
    go without the `interp` option.

    related bug report : https://trac.ffmpeg.org/ticket/9947 (filed by myself)

    Signed-off-by : Takeshi (Kesh) Ikuma <tikuma@hotmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_curves.c
  • Révision 23464 : Il arrive que le fichier temporaire créé par ecrire_fichier ne soit pas détruit,

    7 mars 2017, par esj@rezo.net

    ce qui encombre en particulier le répertoire des sessions. Lors de nettoyage de celui-ci, effacer ces fichiers en trop. Au passage, diminuer les accès disques et les logs.