Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (105)

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

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

  • avformat/dvdvideodec : Fix duration logic with 1 chapter and validate chapter range

    27 juin 2024, par Marth64
    avformat/dvdvideodec : Fix duration logic with 1 chapter and validate chapter range
    

    Chapters and duration are calculated together in dvdvideo demuxer.
    Previous chapter calculation logic treated extraction of 1 chapter
    using chapter_start and chapter_end switches incorrectly, returning
    the duration of the entire title instead of just the segment.

    Fix the logic so that it calculates and returns the duration of the
    chapter segment instead. Additionally, validate that chapter_end
    exceeds chapter_start (except in the special case of 0).

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c
  • FFmpeg does not encode chapter titles [closed]

    15 octobre 2023, par Shironats

    I am trying to add chapters to a .mp4 file.&#xA;When I tried extracting the metadata using the following command :

    &#xA;

    ffmpeg -i INPUT.mp4 -f ffmetadata FFMETADATAFILE.txt

    &#xA;

    I got an output file as follows :

    &#xA;

    ;FFMETADATA1&#xA;major_brand=mp42&#xA;minor_version=0&#xA;compatible_brands=isommp42&#xA;encoder=Lavf60.15.100&#xA;

    &#xA;

    So now I try to add some chapters as such

    &#xA;

    [CHAPTER]&#xA;TIMEBASE=1/1000&#xA;START=0&#xA;END=424510&#xA;title=mytitle1&#xA;&#xA;[CHAPTER]&#xA;TIMEBASE=1/1000&#xA;START=424511&#xA;END=941600&#xA;title=mytitle2&#xA;&#xA;[CHAPTER]&#xA;TIMEBASE=1/1000&#xA;START=941601&#xA;END=1227260&#xA;title=mytitle3&#xA;

    &#xA;

    I use the ffmpeg -i INPUT.mp4 -i FFMETADATAFILE.txt -map_metadata 1 -codec copy OUTPUT.mp4 command to encode the metadata to my video file, and for some reason I only ever get 'Chapter 0', 'Chapter 1', and 'Chapter 2'.

    &#xA;

    I tried using the -map_chapters 1 argument as well but results have been unchanged.

    &#xA;

    I am using the Latest Auto-Build (2023-10-14 13:02) Windows build by BtbN. Thanks in advance for the help.

    &#xA;

  • doc/developer : merge the 'contributing code' section into its parent chapter

    20 mars 2023, par Anton Khirnov
    doc/developer : merge the 'contributing code' section into its parent chapter
    

    The section consistes of a single short paragraph linking to other
    chapters. The enclosing chapter also has no other sections, all other
    text is placed in the chapter directly.
    Keeping a separate section for this paragraph just adds more clutter.

    • [DH] doc/developer.texi