Recherche avancée

Médias (91)

Autres articles (34)

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

  • ffmpeg - Replace one word audio in video at different specific timeline [duplicate]

    17 décembre 2019, par Siddharth

    How can i replace one word (newyork to be replaced by california) throughtout the video where speaker says "Newyork". I want that "Newyork" word to be removed from the audio (while keeping video intact) and insert "california" throughout the video at different places.

    I have an audio file where speaker says "California" which i want to replace with "newyork" word.

    How can i do that using FFMPEG ?

  • avformat/dtsdec : Extend DTS core sync word

    28 avril 2015, par foo86
    avformat/dtsdec : Extend DTS core sync word
    

    Check extended sync word for 16-bit LE and BE core streams to reduce
    probability of alias sync detection. Previously sync word extension was
    checked only for 14-bit streams.

    This follows up the similar change in avcodec/dca_parser.

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

    • [DH] libavformat/dtsdec.c
  • FFmpeg - Writing a script to define fontcolor of each word in a text file ?

    1er mars 2019, par distro.obs

    I have a text file with a lot of word separated by newline character like this

    apple
    banana
    strawberry

    And I have a list of colors I want those word to appear in

    0xFF0000
    0xFFFF33
    0xFF0045

    Also I’m using command like this

    x=:'lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30':y='lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30'

    to move those words around.

    Is it possible to somehow script ffmpeg to color those words and also move them all in one command ?