Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (42)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

  • Where is the description for the '-strict' option of ffmpeg command ?

    21 septembre 2022, par tristan_jia

    I found a proper way from this post to trim videos by start and end time(in seconds), like :

    


    ffmpeg -i input.mp4 -ss 15.5 -to 18.98 -strict -2 out.mp4


    


    But I cannot find any description about this -strict from ffmpeg's official site. Anyone can give me a hint about the meaning of this option ? Thanks !

    


  • fate : add tests for xHE-AAC

    21 mai 2024, par Lynne
    fate : add tests for xHE-AAC
    

    Starting off small with a few features.
    Samples and reference decoded files copied from the official ISO
    reference suite.

    • [DH] tests/fate/aac.mak
  • Can I concatenate stream identifiers in FFMPEG ?

    29 septembre 2023, par Ángel

    I would like to order tracks by title and other metadata identifiers.

    


    -map 0:a:m:title:"español" works as intended. It selects the track titled "español". But -map 0:a:m:title:"español latinoamericano":language:spa doesnt seem to work. I have tried -map 0:a:m:title:"español":m:language:spa as well. Is there any way to concatenate identifiers ?

    


    Also, are there any more metadata identifiers besides title, handler_name and language ? I have tried channels (2-6, for example) and channel_layout (5.1(side), for example). But no luck so far.

    


    Is there any documentation for this ? Official mapping documentation doesn't seem to mention anything about this.