Recherche avancée

Médias (91)

Autres articles (79)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (13884)

  • Add filters and effects by FFMPEG on a live program

    2 mars 2014, par M.Yazdian

    Add filters and effects by FFMPEG on a live program.
    I need to add some effects such as writing at the bottom of a live program and impose the Images of other live cameras on the main camera image through FFMPEG but when I want to add these effects and filters I have to stop FFMPEG, edit command and run FFMPEG again which is not professional.

    All other broadcasting software such as wirecast , vidblaster and others work very well while the main event is going on LIVE, you can add filters and effects without any stop start, just apply the effect and the viewer can see every think live without any interruption

    can you advice me how can I use FFMPEG and add filters and effects without any stop start, I need to just apply the effects and the viewer should see every think live without any interruption.

    Thanks

  • Evolution #4679 (Nouveau) : Passer à un tableau associatif dans l’API SQL

    5 mars 2021, par RastaPopoulos ♥

    Un jour peut-être on aura du code en objet avec des méthodes chainables, ok.

    Mais en attendant, est-ce qu’on ne pourrait pas déjà améliorer la facilité de l’API SQL en passant toutes les options en tableau associatif ?

    En ne cassant rien bien sûr : on garde la même signature, et si c’est remplit on utilise comme avant. Mais s’il y a un tableau associatif avec des clés "select" ou "from" ou "groupby" etc, on l’utilise aussi.

    Je n’ai pas l’impression qu’on puisse casser grand chose (le premier arg peut aussi être un tableau mais pas un truc associatif avec des clés "select", "from", etc) et ça aiderait tellement à l’utilisation… autant pour la galère à se rappeler l’ordre complet, que quand on doit faire un orderby sans tout ce qui précède.

    1. <span class="CodeRay">sql_fetsel(<span class="predefined">array</span>(
    2.   <span class="string"><span class="delimiter">'</span><span class="content">select</span><span class="delimiter">'</span></span> => <span class="string"><span class="delimiter">'</span><span class="content">*</span><span class="delimiter">'</span></span>,
    3.   <span class="string"><span class="delimiter">'</span><span class="content">from</span><span class="delimiter">'</span></span> => <span class="string"><span class="delimiter">'</span><span class="content">spip_patates left join spip_patates_liens on…</span><span class="delimiter">'</span></span>,
    4.   <span class="string"><span class="delimiter">'</span><span class="content">orderby</span><span class="delimiter">'</span></span> => <span class="string"><span class="delimiter">'</span><span class="content">rang_lien</span><span class="delimiter">'</span></span>,
    5. ));
    6. </span>

    Télécharger

  • Revision 16232 : oups : le pipeline recuperer_fond passe tout le tableau, il faut passer ...

    21 septembre 2010, par cedric@… — Log

    oups : le pipeline recuperer_fond passe tout le tableau, il faut passer uniquement le texte a afficher_xxx