Recherche avancée

Médias (2)

Mot : - Tags -/photoshop

Autres articles (16)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (4353)

  • mov : Do not allow updating the time scale after it has been set

    15 juillet 2013, par Martin Storsjö
    mov : Do not allow updating the time scale after it has been set
    

    The time scale is set in mdhd, and later validated in the
    enclosing trak atom once all of its children have been parsed.

    A loose mdhd atom outside of a trak atom could update the time
    scale of the last stream without any validation.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/mov.c
  • mov : Do not allow updating the time scale after it has been set

    15 juillet 2013, par Martin Storsjö
    mov : Do not allow updating the time scale after it has been set
    

    The time scale is set in mdhd, and later validated in the
    enclosing trak atom once all of its children have been parsed.

    A loose mdhd atom outside of a trak atom could update the time
    scale of the last stream without any validation.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/mov.c
  • How can I use ffmpeg to extract creation time, add 12 hours to it, and write that time back as creation time ?

    18 avril 2015, par David

    I did some filming this morning, and set the timecode. Unfortunately I wasn’t careful about am vs pm, and set it incorrectly. I’d like to add 12 hours to the meta data creation time on the video. How can I do this ?