Recherche avancée

Médias (91)

Autres articles (73)

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5121)

  • Revision 36454 : uniformiser les inputs du formulaire de login

    19 mars 2010, par brunobergot@… — Log

    uniformiser les inputs du formulaire de login

  • Trying to merge media files using ffmpeg [closed]

    6 octobre 2023, par Mark Pampuch

    I have 4 files I'm trying to merge

    


    1-video.webm
2-audio.mp3
2-img.jpeg
3-video.webm


    


    I'm trying to get an output thats like this

    


    concatenated-video.webm


    


    where the video consists of the video 1 clip, immediately followed by the audio clip with the still image being fit to the screen while the video plays, followed by the last video.

    


    How can I do this ?

    


  • Frame extraction disparity between ffmpeg and media player

    17 avril 2012, par bean

    My goal is to allow frame extraction from a video at a chosen time. Unfortunately I'm only getting the frame I see most of the time !

    I am using ffmpeg to extract the frame with the following arguments :
    ffmpeg.exe -ss 00:01:13.000 -i INPUT.mp4 -vframes 1 OUT_%d.jpg
    Some of the time I will get the frame that I see in the player at that time (players I have tested have been VLC and flowplayer), and some of the time the frame will be at a slightly different point (miliseconds out !).

    I have also tried to accomplish the same by using mplayer but I was unsuccessful. Any ideas as to why would be appreciated.