Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (16)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (6124)

  • fate/exr : add tests for piz uncompress

    23 avril 2017, par Martin Vignali
    fate/exr : add tests for piz uncompress
    

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

    • [DH] tests/fate/image.mak
    • [DH] tests/ref/fate/exr-rgb-scanline-float-piz-48x32
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-bw
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-color
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01
  • ffmpeg : init filtergraphs only after we have a frame on each input

    27 mai 2016, par Anton Khirnov
    ffmpeg : init filtergraphs only after we have a frame on each input
    

    This makes sure the actual stream parameters are used, which is
    important mainly for hardware decoding+filtering cases, which would
    previously require various weird workarounds to handle the fact that a
    fake software graph has to be constructed, but never used.
    This should also improve behaviour in rare cases where
    avformat_find_stream_info() does not provide accurate information.

    This merges Libav commit a3a0230. It was previously skipped.

    The code in flush_encoders() which sets up a "fake" format wasn’t in
    Libav. I’m not sure if it’s a good idea, but it tends to give
    behavior closer to the old one in certain corner cases.

    The vp8-size-change gives different result, because now the size of
    the first frame is used. libavformat reported the size of the largest
    frame for some reason.

    The exr tests now use the sample aspect ratio of the first frame. For
    some reason libavformat determines 0/1 as aspect ratio, while the
    decoder returns the correct one.

    The ffm and mxf tests change the field_order values. I’m assuming
    another libavformat/decoding mismatch.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
    • [DH] ffmpeg_cuvid.c
    • [DH] ffmpeg_filter.c
    • [DH] ffmpeg_opt.c
    • [DH] ffmpeg_qsv.c
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
    • [DH] tests/ref/fate/vp8-size-change
    • [DH] tests/ref/lavf/ffm
    • [DH] tests/ref/lavf/mxf
  • fate : move lavd filters tests to the new system.

    29 avril 2013, par Clément Bœsch
    fate : move lavd filters tests to the new system.
    

    Also make life test a bit more useful.

    • [DH] tests/fate/avfilter.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/filtergraphs/scalenorm
    • [DH] tests/lavfi-regression.sh
    • [DH] tests/ref/fate/filter-lavd-life
    • [DH] tests/ref/fate/filter-lavd-scalenorm
    • [DH] tests/ref/fate/filter-lavd-testsrc
    • [DH] tests/ref/lavfi/life
    • [DH] tests/ref/lavfi/scalenorm
    • [DH] tests/ref/lavfi/testsrc