Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (102)

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

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

Sur d’autres sites (10185)

  • hwaccel : fix use with frame based multithreading

    13 mars 2013, par Janne Grunau

    hwaccel : fix use with frame based multithreading

  • ffmpeg : loop count based on certain time

    1er novembre 2023, par L.P.

    I need to loop several short videos for at least 30 seconds each. I could do each one separately but it's too much manual work. Each input video should have their own output video. There was this article in which the amount of loops based on the length of another media file. In my case, there is no such thing. The output should ideally have slightly over 30 seconds of looping video so that the last of the loops is not cut short. How do I achieve this in ffmpeg ?

    


  • Building a console based, music player. What can I use to actually play the media files ?

    1er avril 2014, par avkhatri

    As the title says, I want to create a console based music player. (Something like MOC or CMUS).

    I plan on using ncurses to create the interface, but I'm unsure about what I can use to play the media files. Would the ffmpeg/ffplay API work ?

    Any suggestions would be greatly appreciated.