Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (112)

  • 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 ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11877)

  • avdevice/xcbgrab : Fix show_region rectangle

    7 décembre 2014, par Daniel Moran
    avdevice/xcbgrab : Fix show_region rectangle
    

    Fixes trac ticket #4164

    This is to address an error when using show_region, which would cause part of the captured area to become static.
    It looks like the rectangle specifying the capture area was relative to the capture window.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/xcbgrab.c
  • Creating .ts chunks from .mp4 file

    11 juin 2015, par kopalvich

    I need to create a .ts chunks from a .mp4 file without using ffmpeg API. I have already implemented this task using ffmpeg API, and it works, but my team lead wants me to get rid of it, and it is impossible to convince him against that. The code is supposed to run under load.

    I have already found out how to read mp4 format, where to find frames, their offsets and sizes in a file, their pts’s, for audio and video. A huge achievement for me as I haven’t been working in this area for long.

    All I managed is to create playlist where each chunk starts with I-frame. I feed the start and stop pts’s of playlist entry to the old code(slightly modified) using ffmpeg API, and it creates proper ts chunks.

    But but to create ts chunks without ffmpeg API I still cannot.

    At first I tried to read the code of nginx rtmp module, the hls part of it, but couldn’t understand anything there. It’s too complex and I lack specific knowledge.
    Now I’d like to read something on ts format. Can anyone advise where to look ?

    Thanks.

  • Revision bb260d9076 : Rework partition search skip scheme This commit enables the encoder to skip spl

    3 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Rework partition search skip scheme

    This commit enables the encoder to skip split partition search if
    the bigger block size has all non-zero quantized coefficients in low
    frequency area and the total rate cost is below a certain threshold.
    It logarithmatically scales the rate threshold according to the
    current block size. For speed 3, the compression performance loss :
    derf -0.093%
    stdhd -0.066%

    Local experiments show 4% - 20% encoding speed-up for speed 3.
    blue_sky_1080p, 1500 kbps
    51051 b/f, 35.891 dB, 67236 ms ->
    50554 b/f, 35.857 dB, 59270 ms (12% speed-up)

    old_town_cross_720p, 1500 kbps
    14431 b/f, 36.249 dB, 57687 ms ->
    14108 b/f, 36.172 dB, 46586 ms (19% speed-up)

    pedestrian_area_1080p, 1500 kbps
    50812 b/f, 40.124 dB, 100439 ms ->
    50755 b/f, 40.118 dB, 96549 ms (4% speed-up)

    mobile_calendar_720p, 1000 kbps
    10352 b/f, 35.055 dB, 51837 ms ->
    10172 b/f, 35.003 dB, 44076 ms (15% speed-up)

    Change-Id : I412e34db49060775b3b89ba1738522317c3239c8