Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (85)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5490)

  • Revision fd070220ff : Adjust active maxq for GF groups. Currently disabled by default : enabled using

    21 janvier 2015, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h



    Adjust active maxq for GF groups.

    Currently disabled by default : enabled using
    #define GROUP_ADAPTIVE_MAXQ

    In this patch the active max Q is adjusted for each GF
    group based on the vbr bit allocation and raw first pass
    group error.

    This will tend to give a lower q for easy sections
    and a higher value for very hard sections. As such it is
    expected to improve quality in some of the easier
    sections where quality issues have been reported.

    This change tends to hurt overall psnr but help
    average psnr. SSIM also shows a small gain.

    Average results for derf, yt, std-hd and yt-hd test sets were
    as follows (%change for average psnr, overal psnr and ssim) :-

    derf +0.291, - 0.252, -0.021
    yt +6.466, -1.436, +0.552
    std-hd +0.490, +0.014, +0.380
    yt-hd +5.565, - 1.573, +0.099

    Change-Id : Icc015499cebbf2a45054a05e8e31f3dfb43f944a

  • ffmpeg doesn't always create wave picture

    17 février 2017, par Sean

    @LordNeckbeard and other ffmpeg experts,

    can you please help me with generating wave picture. the following command works perfectly on some videos and it doesn’t on other videos :

    ffmpeg  -i "input.mp4" -filter_complex "[0:a]aformat = channel_layouts = mono, compand = gain = -6, showwavespic = s = 1920x384: colors =red|blue[fg]; color = s = 1920x384: color =#444444, drawgrid = width = 38:height = 38:color =#555555@0.5[bg]; [bg][fg]overlay = format = rgb, drawbox = x = (iw - w) / 2:y = (ih - h) / 2:w = iw:h = 2:color =#000000@0.4" -vframes 1  "output.png"

    when working, it generates the following wave pic :
    working example

    on other videos, it shows the grid but it seems that the wave signal is hidden behind the grid

    wave hidden behind the grid

    Your help is greatly appreciated !

    Thank you,
    Sean.

  • Revision c82de3bede : Extending ext_tx expt to include dst variants Extends the ext-tx experiment to

    15 novembre 2014, par Deb Mukherjee

    Changed Paths :
     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_idct.c


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c



    Extending ext_tx expt to include dst variants

    Extends the ext-tx experiment to include regular and flipped
    DST variants. A total of 9 transforms are thus possible for
    each inter block with transform size <= 16x16.

    In this patch currently only the four ADST_ADST variants
    (flipped or non-flipped in both dimensions) are enabled
    for inter blocks.

    The gain with the ext-tx experiment grows to +1.12 on derflr.
    Further experiments are underway.

    Change-Id : Ia2ed19a334face6135b064748f727fdc9db278ec