Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (100)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (5727)

  • avfilter/vsrc_testsrc : do not round down width and height for color src

    8 mai 2024, par Marton Balint
    avfilter/vsrc_testsrc : do not round down width and height for color src
    

    ff_draw_rectangle handles subsampling since 2013.

    Fixes ticket #10989.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vsrc_testsrc.c
  • avcodec/h265_metadata : Add options to set width/height after crop

    23 mai 2024, par Zhao Zhili
    avcodec/h265_metadata : Add options to set width/height after crop
    

    It's a common usecase to request a video size after crop. Before
    this patch, user must know the video size before crop, then set
    crop_right/crop_bottom accordingly. Since HEVC can have different
    CTU size, it's not easy to get/deduce the video size before crop.
    With the new width/height options, there is no such requirement.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] doc/bitstream_filters.texi
    • [DH] libavcodec/bsf/h265_metadata.c
    • [DH] libavcodec/version.h
  • avutil/imgutils : av_image_check_size2() ensure width and height fit in 32bit

    10 juillet 2024, par Michael Niedermayer
    avutil/imgutils : av_image_check_size2() ensure width and height fit in 32bit
    

    width and height > 32bit is not supported and its easier to check in a central place

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/imgutils.c