Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

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

  • Adding or overlaying Gif on video in android

    20 décembre 2016, par Umang Kamboj

    I am working on an application in android, its requirement is to overlay gif on a video. Please help me on this, it can use either ffmpeg or media
    codec with OpenGL. Thanks in advance.

  • FFMpeg for android [on hold]

    2 mai 2016, par Mike Albren

    Android media player only supports video playback from file or RTSP , but I need to stream RTP video the comes from UDP network socket so I am thinking to use FFMpeg, but I do not have have any knowledge how to use FFMpeg API,and I do not know if it is an easy task or not , I know FFMpeg is written in c and I know how to compile it and how to use NDK , but I need more information how to use FFMpeg to stream from socket, any one knows good tutorial,example code or open source project do the same job , how should I start ? or if there is another easy way to do the same task on android ?

  • Android - Add text or image while recording video ?

    1er mars 2017, par LuongTruong

    I am struggling with recording and editing videos. For editing, I found a useful library in Android named ffmpeg4Android. However, I am still get stuck in recording video. Here is what I want :

    1/ Add text or images in video while recording
    2/ Add filter while recording video

    I found there is a library GPUImage for Android but it has only some examples related to taking a photo, not to recording video)

    Please let me know if you have any ways or any suggested libraries which can do it.

    Thank you in advance !

    Links which I read when researching :
    Add overlay while record video on Android
    How to Record video with GPUImage ?
    FFMpeg add text to actual video file after recording in Android