Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Support de tous types de médias

    10 avril 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 Earth) (...)

  • Le profil des utilisateurs

    12 avril 2011, par

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

Sur d’autres sites (10952)

  • ffplay : unify displaymatrix based rotation code

    3 mai 2015, par Michael Niedermayer
    ffplay : unify displaymatrix based rotation code
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffplay.c
  • movenc : Write durations based on pts into mvhd/mdhd/tkhd/elst

    14 décembre 2019, par Martin Storsjö
    movenc : Write durations based on pts into mvhd/mdhd/tkhd/elst
    

    Keep all the existing data fields as they are (there's lots and
    lots of nontrivial calculation and heuristics based on them in
    their current form), but derive the duration as the difference
    between the pts of the first packet to the maximum pts+duration
    (not necessarily the last packet) ; use this duration in any box
    where the actual presentation duration is supposed to be.

    Fixes : 8420

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • avformat/mov : set primary extradata based on the first Sample only if it's not alread...

    3 août, par James Almer
    avformat/mov : set primary extradata based on the first Sample only if it's not already in place
    

    If the first Sample references the first stsd entry, then setting it here is
    redundant.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c