Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8939)

  • lavc/libaribb24 : add error handling to region handling

    11 février 2019, par Jan Ekström
    lavc/libaribb24 : add error handling to region handling
    

    Fixes some rather embarrassing mistakes that somehow passed my
    eyes.

    * Now catches if memory allocation has failed during bprint usage
    by checking av_bprint_is_complete().
    * Now catches if adding an ASS rectangle into an AVSubtitle failed.
    * Returns AVERROR_INVALIDDATA if we get an invalid region buffer
    length.

    • [DH] libavcodec/libaribb24.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 ?

  • avcodec/ttmlenc : add support for region positioning and sizing

    29 mars 2021, par Jan Ekström
    avcodec/ttmlenc : add support for region positioning and sizing
    

    The ASS margins are utilized to generate percentual values, as
    the usage of cell-based sizing and offsetting seems to be not too
    well supported by renderers.

    Signed-off-by : Jan Ekström <jan.ekstrom@24i.com>

    • [DH] libavcodec/ttmlenc.c
    • [DH] tests/ref/fate/sub-ttmlenc