Recherche avancée

Médias (91)

Autres articles (70)

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

  • show subtitles list, get id and name of each subtitles track

    21 septembre 2020, par user25

    I would like to get some list of all available subtitles tracks like :

    



    #1 - id, name
#2 - id, name
#3 - id, name
...


    



    So list would tell how much subtitles tracks I have, show id and name of each track

    



    Is there any FFmpeg option to show such list ?

    


  • FFplay show time when cursor is active

    7 janvier 2018, par Slump 64

    So recently I’ve found solution to make my ffplay display time at the bottom of the video playing

    ffplay -vf "drawtext=text='%{pts\:hms}':box=1:x=(w-tw)/2:y=h-(2*lh)"

    Can I make it show time only if I use cursor and then show nothing when cursor is fading or when I press SPACE ?

    Edit : OR show how much time out of total is played, or even a percentage.

  • lavfi/overlay : show incoming frames on debug messages

    20 juin 2014, par Stefano Sabatini
    lavfi/overlay : show incoming frames on debug messages
    

    This is especially useful to debug queue overflow issues.

    Ideally we should be able to set the debug message at the
    dualinput/framesync level, but they do not have the information related
    to the filter context and the inlink, so cannot access much useful
    information.

    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] libavfilter/vf_overlay.c