Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (44)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (7603)

  • Revision caccf06acd : Palette-based coding experiment Added palette coding option for Y channel only,

    21 janvier 2015, par hui su

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_onyxc_int.h


     Add /vp9/common/vp9_palette.c


     Add /vp9/common/vp9_palette.h


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_reader.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_context_tree.c


     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_writer.h


     Modify /vp9/vp9_common.mk



    Palette-based coding experiment

    Added palette coding option for Y channel only, key frame only.
    Palette colors are obtained with k-means clustering algorithm.
    Run-length coding is used to compress the color indices.

    On screen_content :
    — enable-palette + 5.75%
    — enable-palette —enable-tx_skip +15.04% (was 13.3%)

    On derflr :
    — enable-palette - 0.03%
    with all the other expriments + 5.95% (was 5.98%)

    Change-Id : I6d1cf45c889be764d14083170fdf14a424bd31b5

  • Revision 043d348aae : Reimplementation of loop filter This version of the loop filter supports non-4 :

    30 mai 2013, par John Koleszar

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter_filters.c


     Modify /vp9/common/vp9_rtcd_defs.sh



    Reimplementation of loop filter

    This version of the loop filter supports non-4:2:0 subsampling and
    a fourth plane, as well as changing the filtering order to be more
    friendly to hardware implementations.

    The filters are applied first to all vertical edges within the
    64x64 SB, followed by the top horizontal edge and any internal
    horizontal edges. Since filtering is applied on each 4x4 edge
    serially, a dependency is created from filtering one block edge
    to the next. It would be possible to remove this depencnecy by
    building all filtering decisions from the unfiltered
    reconstruction data.

    Change-Id : I08f3e9683eb7bded8a76651cbc50fc0dfdd05fa7

  • vf_avgblur_opencl : Don't run kernel on pixels outside the image

    24 mars 2018, par Mark Thompson
    vf_avgblur_opencl : Don't run kernel on pixels outside the image
    

    The output frame size is larger than the image containing a subsampled
    plane - use the actual size of the image being written rather than the
    dimensions of the intended output frame.

    Reviewed-by : Dylan Fernando <dylanf123@gmail.com>

    • [DH] libavfilter/vf_avgblur_opencl.c