Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (55)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11178)

  • JSHint : Add back globals for browser and console

    23 janvier 2014, par nschonni
    JSHint : Add back globals for browser and console
  • Still images to video for storage - But back to still images for viewing

    29 mai 2012, par michael

    Using ffmpeg I can take a number of still images and turn them into a video. I would like to do this to decrease the total size of all my timelapse photos. But I would also like to extract the still images for use at a later date.

    In order to use this method :
    - I will need to correlate the original still image against a frame number in the video.
    - And I will need to extract a thumbnail of a given frame number in a
    video.

    But before I go down this rabbit hole, I want to know if the requirements are possible using ffmpeg, and if so any hints on how to accomplish the task.

    note : The still images are timelapse from a single camera over a day, so temporal compression will be measurable compared to a stack of jpegs.

  • Facebook Look Back and Dynamic Rendering [on hold]

    6 février 2014, par goo

    Facebook launched last month the Look Back page.

    Here at our company we've developed a few projects similar to it, but never dynamically rendering a video on the server side just like Facebook seems to do.

    Our solution was always overlaying elements with Flash in a background video like Lost in Val Sinestra.

    how can I create a dynamically rendered video in server side ?
    Is ffmpeg suitable for this ?

    Is there another tool that can do it ?

    Thanks