Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Is it possible to encrypt the entirety of a video by encrypting specific frames ?

    1er février 2015, par Fjotten

    I would have thought that if I encrypted all I-frames, the rest of the video would be encrypted because B- and P-frames are both derived from I-frames. Having done a little bit of testing - randomizing each pixel of an I-frame - it does not seem that this is possible, so I wonder if it is even possible ? To encrypt the entire video do I have to explicitly encrypt every frame ?

  • How to choose the playlist of highest quality in FFMpeg

    20 février 2015, par Isilmë O.

    I’m trying to convert stream media in .m3u8 files to MP4. In my case, there are several choices of video quality in each of them. For instance, 960x540, 720p and 1080p. The problem is that I can tell FFMpeg to choose 1080p, however, there are multiple links, which are all 1080p but are different in quality. In fact, my client app choose from them dynamically based on the bandwidth.

    My question is : Is there any option that gives me control to choose the last link in .m3u8 files ? (The last link always links to the best quality.)

  • How to build an video editing app using NodeJS backend ? [on hold]

    27 juillet 2015, par Jack Lee

    I want to build an mobile application similar to http://www.magisto.com/.
    Which can edit, add music, add effects to the video. I’ve tried FFMpeg libs but I don’t know how to add many effects to video. And I thought what if I upload video to server and handle it with NodeJS.
    Can I use NodeJS for that ?
    Anyone has any idea for best approach ?

    Thank you