Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (76)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (4685)

  • Revision c3316c2bc5 : Rd thresholds change with block size. Added structures to support independent r

    3 juin 2013, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Rd thresholds change with block size.

    Added structures to support independent rd thresholds
    for different block sizes (and set experimental block
    size correction factors).

    Added structure to to allow dynamic adaptation of thresholds
    per mode and per block size basis depending on how often
    the mode/block size combination is seen (currently fixed factor).

    Removed some unused variables.

    TODO
    - Adaptation of thresholds based on how often each mode chosen.
    - The baseline mode values could also be adjusted based on
    the block size (e.g. for a particular intra mode use a low threshold
    for 4x4 prediction blocks but a relatively high value for 64x64.

    Change-Id : Iddee65ff3324ee309815ae7c1c5a8584720e7568

  • libavcodec/qsvenc : skip parameter resetting on mjpeg_qsv

    6 septembre 2022, par Wenbin Chen
    libavcodec/qsvenc : skip parameter resetting on mjpeg_qsv
    

    mjpeg_qsv don't support dynamic resetting, so skip it.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] libavcodec/qsvenc.c
  • Live website to video

    25 janvier 2016, par Asaf Nevo

    I have a website which shows a slideshow of pictures using JS.

    The pictures objects are coming from a web service and are being updated from time to time.

    In few days, I doing a test with a potential client to present the pictures slideshow on his big LED screen.

    He’s using BSPlayer for the content on screen, an able to present a website, but it will never be a clean full screen (the X button and such will always be presents).

    He’s the most comfort with presenting a video rather than a website.

    One of my ideas of solutions was to check if there is a way to stream a content of a website.

    Googling it got me to a solution combined ImageMagic and FFMPEG which you can read about here

    My problem is that this solution only creates a slide show out of static pictures - which I can do, but i’m losing the dynamic part of my live slideshow.

    Is there a tool for capturing websites and converting them into a stream of videos ?

    Or maybe a workaround to achieve the same functionality ?