Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (83)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (4291)

  • How to use the —abr-ladder from x265 on ffmpeg

    14 septembre 2020, par Diego

    I'm trying to find out how to use the latest x265 abr-ladder option on ffmpeg, which promises up to 65% time savings compared to sequential generation, according to release notes, but : (1) I'm not sure if it is already available on ffmpeg or how to find out, and if it is (2) specifying the input/output inside the configuration file instead of the ffmpeg CLI causes ffmpeg to complain that required parameters are missing.

    


    In the x265 repository there is a example for configuration file, but I couldn't find there or in the ffmpeg repository instructions on how to use this kind of parameter that doesn't seem to follow the CLI standards for ffmpeg. Apparently it is possible to create multiple outputs in a single command using ffmpeg, but again I couldn't make it work.

    


    So what I'm looking for is a usage example for the --abr-ladder parameter for x265. Thank you.

    


  • Anomalie #4012 : pipeline post_insertion n’affiche pas toutes les valeurs insérées

    9 octobre 2017, par Peet du

    ok ok !

    Donc lors de la création d’une nouvelle instance d’un objet, SPIP fait les choses en deux temps.

    1er temps

    objet_inserer() va ’préparer’ la nouvelle instance et tenter, si les champs existent dans l’objet, d’enregistrer les valeurs de :

    [’id_rubrique’]
    [’id_secteur’]
    [’lang’]
    [’langue_choisie’]
    [’statut’]
    [’date’]
    

    Donc au mieux le pipeline post_insertion renvoi un tableau contenant l’id de l’objet + le tableau des champs ci-dessus et leurs valeurs.

    2e temps

    si objet_inserer() renvoie bien un id_objet, objet_modifier() va lui enregistrer le reste, c’est à dire les valeurs correspondants aux champs déclarés comme editables dans plugins/base/mon_objet.php

    Il faut donc utiliser le pipeline post_edition si on veut pouvoir lire une des valeurs dites "editables".

    Donc pas d’anomalie, juste une incompréhension de la doc.

    On peut fermer le ticket
    ps : merci marcimat et jluc

  • Possible to Combine Live m3u8 stream with PIP overlay from WebRTC source ?

    25 octobre 2015, par user1258530

    Can someone tell me what server-side technology (perhaps ffmpeg), one could use in order to :

    1) display this full-screen live-streaming video :

    http://aolhdshls-lh.akamaihd.net/i/gould_1@134793/master.m3u8

    2) and overlay it in the lower-right corner with a live video coming from a webRTC video-chat stream ?

    3) and send that combined stream into a new m3u8 live-stream

    4) Note that it needs to be a server-side solution - - - cannot launch multiple video players in this case (needs to pass the resulting stream to SmartTV’s which only have one video-decoder at a time)

    The closest example I’ve found so far is this article :

    https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos

    Which isn’t really live, nor is it really doing overlays.

    any advice is greatly appreciated.