Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (55)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (6009)

  • Revision ba70f16011 : Add early termination in transform size search In the full-rd transform size se

    12 août 2014, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Add early termination in transform size search

    In the full-rd transform size search, we go through all transform
    sizes to choose the one with best rd score. In this patch, an
    early termination is added to stop the search once we see that the
    smaller size won’t give better rd score than the larger size. Also,
    the search starts from largest transform size, then goes down to
    smallest size.

    A speed feature tx_size_search_breakout is added, which is turned off
    at speed 0, and on for other speeds. The transform size search is
    turned on at speed 1.

    Borg test results :
    1. At speed 1,
    derf set : psnr gain : 0.618%, ssim gain : 0.377% ;
    stdhd set : psnr gain : 0.594%, ssim gain : 0.162% ;
    No noticeable speed change.
    3. At speed 2,
    derf set : psnr loss : 0.157%, ssim loss : 0.175% ;
    stdhd set : psnr loss : 0.090%, ssim loss : 0.101% ;
    speed gain : 4%.

    Change-Id : I22535cd2017b5e54f2a62bb6a38231aea4268b3f

  • avcodec/mlpenc : fix encoding last samples when not within full interval

    30 août 2021, par Paul B Mahol
    avcodec/mlpenc : fix encoding last samples when not within full interval
    

    Also implement shorten_by in bitstream.

    • [DH] libavcodec/mlpenc.c
  • ffmpeg and uscreencapture not taking full screen

    27 mai 2022, par The Mr. Totardo

    I want to record my screen full screen with modest command below. My screen resolution is 1920x1080

    


    C :\Users\Totzfreelance\ffmpeg.exe -f dshow -i video="UScreenCapture":audio="Microphone (Realtek High Definition Audio)" -offset_x 0 -offset_y 0 -video_size 1920x1080 -pix_fmt yuv420p c :\Users\Totzfreelance\testing3.mp4

    


    but the video result dimension always 1280x720. There is part of screen not captured. I want it to be 1920x1080.