Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (49)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (6701)

  • Revert "avcodec/h2645 : allocate film grain metadata dynamically"

    25 octobre 2024, par James Almer
    Revert "avcodec/h2645 : allocate film grain metadata dynamically"
    

    AVFilmGrainAFGS1Params, the offending struct, is using sizeof(AVFilmGrainParams)
    when it should not. This change also forgot to make the necessary changes to the
    frame threading sync code.
    Both of these will be fixed by the following commit.

    H274FilmGrainDatabase will be handled later.

    This reverts commit 08b1bffa49715a9615acc025dfbea252d8409e1f.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/h2645_sei.h
    • [DH] libavcodec/h264_picture.c
    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/h264dec.h
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h
  • avcodec/h2645 : allocate film grain metadata dynamically

    13 août 2024, par Dale Curtis
    avcodec/h2645 : allocate film grain metadata dynamically
    

    Film grain support adds a huge amount of overhead to the H264Context
    structure for a feature that is rarely used. On low end devices or
    pages that have lots of media this bloats memory usage rapidly.

    This changes the static film grain metadata allocations to be dynamic
    which reduces the H264Context size from 851808 bytes to 53444 bytes.

    Bug : https://crbug.com/359358875
    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/h2645_sei.h
    • [DH] libavcodec/h264_picture.c
    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/h264dec.h
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h
  • avcodec/aom_film_grain : allocate film grain metadata dynamically

    25 octobre 2024, par James Almer
    avcodec/aom_film_grain : allocate film grain metadata dynamically
    

    This removes the ABI breaking use of sizeof(AVFilmGrainParams), and achieves the
    same size reduction to decoder structs as 08b1bffa49715a9615acc025dfbea252d8409e1f.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/aom_film_grain.c
    • [DH] libavcodec/aom_film_grain.h
    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/hevc/hevcdec.c