Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (71)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15026)

  • ffmpeg batch file to create 5 images, equally spaced from a batch of video files (primarily mp4 & mkv files)

    6 novembre 2018, par olpdog

    I’m in the early stages of learning about ffmpeg and I’d like to use it to create images from numerous video files (primarily mkv & mp4 containers). I’d like to pull out 5 images from each file, located about 10%, 30%, 50%, 70% & 90% into the length of the video. The videos vary significantly in lengths (20 minutes to 4.5 hours), but I only want 5 images from each video.

  • Stream ogv video while it is being converted

    15 juin 2012, par Esh

    My question is how to stream an ogv video while it is being converted.

    For example, I have an html page that show a html5 video that is like this :

    <video>
       <source src="some_url_to_video_src" type="&#39;video/ogg&#39;"></source>
    </video>

    The video source here should be converted from an h264 video file located on the same server. I want to let clients be able to play the ogv video while it is being converted from the h264 file.

    As I did some homework, this process could be done via ffmpeg streaming, anyone know the parameters I should use and any modification I should do in the above code as well ? A detailed answer will be much appreciated.

    Thanks

  • how to capture screenshot by picture's feature from video [on hold]

    1er juillet 2013, par lazybios

    I have some videos,and I want capture some screenshots from them.But the pictures what I want don't have the regular position in videos.They are located random position.But the pictures have the same characteristic,so can we use the characteristic to capture the picture ?
    I hear about ffmpeg can capture the screenshot from video very well but I am a ffmpeg newbie So I want to ask whether there have some ways to do it by ffmpeg or other tools.
    If you can do that,how to ? Thanks in advance :)