Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (104)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (7778)

  • How to use ffmpeg library for live streaming in ios [on hold]

    10 mai 2016, par Sunil Sharma

    I build FFMPEG library in my project with the help of this link but I don’t have any idea how to use FFMPEG how to send video to server ?
    I have to live stream from iphone so video frames need to send to rtmp server.How to do this using librtmp library ?
    Any tutorial or library link will be help for me.

  • ffmpeg fix video orientation

    22 juillet 2020, par PiTheNumber

    A video can contain a meta info about the camera orientation. For example iPhone and other phones set this flag if you turn the device. Problem is while some player read this info and rotate the video accordingly, other players do not.

    



    To fix this the video has to be rotated and the meta info needs to be set correctly.

    



    Does ffmpeg provide a fix for this or do I have to go the hard way (Read rotation, rotate, set meta data)

    


  • ffmpeg fix video orientation

    17 mars 2014, par PiTheNumber

    A video can contain a meta info about the camera orientation. For example iPhone and other phones set this flag if you turn the device. Problem is while some player read this info and rotate the video accordingly, other players do not.

    To fix this the video has to be rotated and the meta info needs to be set correctly.

    Does ffmpeg provide a fix for this or do I have to go the hard way (Read rotation, rotate, set meta data)