Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (57)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7465)

  • What is the purpose of CHAPTER END in video metadata ?

    20 décembre 2022, par Cypc

    I am learning how to use ffmpeg to add chapters to fairly long recordings as a mean of remembering key timestamps.
After a successful test I got my chapters showing in VLC as little marks on the time bar and in chapter menu, but those marks correspond to START time obviously.

    


    So what is the purpose of END time ? It does not seem to do anything in VLC, is it important to have a chapter starting at the start of the video and one ending at the end of the video ? Is it important to have each chapter end when the next one starts ?

    


    [CHAPTER]
TIMEBASE=1/1
START=1
END=600
title=Chapter


    


  • doc : reorganize developer.texi chapter hierarchy

    26 novembre 2017, par Jim DeLaHunt
    doc : reorganize developer.texi chapter hierarchy
    

    Previously, the Developer Documentation <ffmpeg.org/developer.html>
    contained a single chapter, "1. Developer Guide," with all content under
    that single chapter. Thus the document structure was one level deeper
    and more complicated than it needed to be. It differed from similar
    documents such as /faq.html, which have multiple chapters.

    Eliminate the single chapter, and promote each section underneath to
    chapter, and each subsection to section. Thus content and relative
    structure remains the same, but the overall structure is simpler.
    Anchors within the page remain the same.

    Signed-off-by : Jim DeLaHunt <from.ffmpeg-dev@jdlh.com>
    Signed-off-by : Timothy Gu <timothygu99@gmail.com>

    • [DH] doc/developer.texi
  • doc/developer.texi : demote the "contributing" chapter to a section

    9 novembre 2022, par Anton Khirnov
    doc/developer.texi : demote the "contributing" chapter to a section
    

    It is very short and its main functions is linking to the
    coding rules/submitting patches chapters.

    • [DH] doc/developer.texi