Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (58)

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

  • ac3enc : simplify exponent_init() by calculating exponent_group_tab[] based

    16 avril 2011, par Justin Ruggles

    ac3enc : simplify exponent_init() by calculating exponent_group_tab[] based

  • ac3enc : simplify exponent_init() by calculating exponent_group_tab[] based

    16 avril 2011, par Justin Ruggles

    ac3enc : simplify exponent_init() by calculating exponent_group_tab[] based

  • Use FFmpeg to rotate the video based on its metadata ? Why does Android put the wrong metadata ?

    22 juillet 2015, par Mauro Valvano

    I have a website where the user uploads a video.
    For my website i have also an Android application.
    The website creates a thumbnail of each uploaded video (from browser or Android).

    The problem is that for normal videos it’s all OK, but for android my videos are rotated by 90°.

    I think that Android has a bug, because when I see with FFmpeg the video’s metadata, for a normal recorded video I got a rotate=90 value, and for a 90° rotated video, I don’t have anything in the metadata (and the thumbnail is correct).

    Why ?

    This is an image of a normal recorded video (with the phone in portrait mode).

    FFmpeg showing the rotate metadata in a normal recorded video

    Anyway, I have the metadata in the video, can I create its thumbnail based on its metadata’s rotate value without extracting the metadata and then use ffmpeg to rotate the video on this value ?

    Thank you in advance.