Advanced search

Medias (91)

Other articles (56)

  • Le profil des utilisateurs

    12 April 2011, by

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Support de tous types de médias

    10 April 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...); audio (MP3, Ogg, Wav et autres...); vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...); contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google (...)

  • Automated installation script of MediaSPIP

    25 April 2011, by

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

On other websites (6282)

  • How can you combine videos with different resolution into single HLS video?

    9 October 2020, by Chris_F

    HLS breaks videos up into multiple short segment (.ts) files. Each of these segments can have different metadata. So, for instance, you can have the resolution change mid-way through a video, and the player can adapt to this. I have videos of varying aspect ratios (and thus different resolutions) that I would like to stitch together into a single HLS video. Note, I do not want to simply letterbox everything and combine it into a single video with one resolution.

    


    I am currently using ffmpeg, so solutions using this are preferred.

    


  • Updated README to point to github pages-hosted test file.

    20 August 2012, by adunkman
    Updated README to point to github pages-hosted test file.
  • lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.

    7 August 2018, by Carl Eugen Hoyos
    lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.
    

    The mp4 registration authority accepted a code-point for Dolby Vision
    HEVC that was already used as a fourcc for DVCPRO 100.

    Fixes ticket #7347.

    • [DH] libavformat/mov.c