Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (18106)

  • 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