Recherche avancée

Médias (91)

Autres articles (41)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Make class to show/hide UI elements configurable.

    24 novembre 2019, par blueimp
    Make class to show/hide UI elements configurable.
    

    Closes #3537.

  • Only show prompt if there is more than one screen.

    30 décembre 2019, par blueimp
    Only show prompt if there is more than one screen.
    

    Use the default screen when no index is entered.

  • ffplay : Show timestamp (When paused)

    21 juillet 2020, par TuxForLife

    It's possible to show the timestamp with ffplay like this :

    



    ffplay -vf "drawtext=text='%{pts\:hms}':fontcolor=white:shadowcolor=black:shadowx=3:shadowy=3:fontsize=48:x=(w-tw)/2:y=h-(2*lh)" video.mp4


    



    However, I would like to show the timestamp only when the video is paused.

    



    Is this possible with ffplay ? Additionally, I'd like the timestamp to show temporarily when seeking through the video, if possible.