Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (38)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (5847)

  • mov : Seek back if overreading an individual atom

    15 juillet 2013, par Martin Storsjö
    mov : Seek back if overreading an individual atom
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/mov.c
  • avformat/mov : allow seeking back to the begin even if nothing is marked as keyframe

    26 mai 2014, par Michael Niedermayer
    avformat/mov : allow seeking back to the begin even if nothing is marked as keyframe
    

    Fixes Ticket 3663

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

    • [DH] libavformat/mov.c
  • Anomalie #4704 (En cours) : Par sinum tri le nombre par ordre alpha

    25 mars 2021, par Maïeul Rouquette

    Soit un site avec deux articles.

    - 20. Doublon
    - 3. Article 3

    Soit le squelette suivant

    <span class="CodeRay">par sinum titre
    <span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">sinum</span> <span class="attribute-name">titre</span><span class="error">,</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
    <span class="tag"></span>#TITRE*<span class="tag"></span>
    <span class="tag"></span>

    Par num titre
    <span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">num</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
    <span class="tag"></span>#TITRE*<span class="tag"></span>
    <span class="tag"></span>

    </span></span></span>

    Le resultat est le suivant

    par sinum titre
    20. Doublon
    3. Article 3
    Par num titre
    3. Article 3
    20. Doublon

    Visiblement, contrairement à par num, par sinum ne tient pas compte du fait que 20 > 3.