Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (12)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (5868)

  • ffmpeg : is that possible to join 4 small videos in 1 big video ? [duplicate]

    6 décembre 2013, par user300675

    This question already has an answer here :

    I have 4 small videos : 160*120pixels each of different length each.

    My goal is to obtain 1 video of 320*320 pixels :
    - video1 on top left, video2 on top right, video3 on bottom left, video4 on bottom right

    Is this possible with FFMPEG ?

  • avcodec/mjpegdec : Fix small picture upscale

    30 juin 2015, par Michael Niedermayer
    avcodec/mjpegdec : Fix small picture upscale
    

    Fixes out of array access

    Fixes : asan_heap-oob_1dd60fd_267_cov_2954683513_5baad44ca4702949724234e35c5bb341.jpg

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mjpegdec.c
  • Revision 64f728caef : Do horizontal loopfiltering in parallel This patch followed "Rewrite filter_sel

    13 novembre 2013, par Yunqing Wang

    Changed Paths :
     Add /vp9/common/arm/neon/vp9_loopfilter_16_neon.c


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter_filters.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_loopfilter_intrin_sse2.c


     Modify /vp9/vp9_common.mk



    Do horizontal loopfiltering in parallel

    This patch followed "Rewrite filter_selectively_horiz for parallel
    loopfiltering" commit, and added x86 SSE2 optimization to do
    16-pixel filtering in parallel. Also, corrected the declaration
    of aligned arrays. For 8-pixel-in-parallel case, improved the
    calculation of the masks and filters. Updated the threshold loading
    since the thresholds were already duplicated. Updated neon C functions
    to call neon loopfilters twice.

    Using tulip clip, tests showed it gave a 1.5% decoder speed gain.

    Change-Id : Id02638626ac27a4b0e0b09d71792a24c0499bd35