Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (55)

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

  • Output a video to a file

    3 novembre 2011, par EagleEye

    I am working on a very CPU intensive legacy application on windows which captures video frames from camera and displays it on the screen. Now I need to add a feature to it to save this video feed to an output file. And I have a raw image data as an input. I need to make this process as efficient as possible so that it doesn't affect the performance of my application.

    So what are the best available API's in C++ that I can use to create an output video file. And moreover what should be the most efficient encoding format that I must use so that I get the maximum throughput. Also I may have to use some compression techniques. So what should be the best approach.

    Moreover can I use GPU acceleration for this process and how ?

    Uptil now I have encountered following tools that I may use :

    1. OpenCV
    2. Microsoft Media Foundation LIbrary or DirectShow
    3. ffmpeg
  • Tailing last frame of a growing video file

    9 janvier 2012, par ebayindir

    On windows, I have a dynamically created uncompressed avi video file which grows overtime. The application which generates the video file can only write to a physical file. I can start/stop generation of video file and delete the old video file easily.

    I would like to analyze the changing last frame of the growing video file to make some decision depending on the content of the current/latest image in real time. If I can achieve more than 10fps it should be enough.
    I would like to get uncompressed images whenever a new frame available in the video file.

    As a file format I think png could be the best options in that case but I am open to alternatives.
    I wonder if such a thing is possible with ffmpeg or with a similar tool.

    I prefer to analyze the image and make decisions by using a perl+Imager module.
    Tha analyisis requirements are not complicated. Basically I just need to find existence of a few small images in certain locations inside the last frame.
    I would also appreciate if you can suggest an efficient way to get this information in to my application from ffmpeg.
    For example piping directly to my code or reading from saved png files.

    I know perl already has an ffmpeg interface module but as far as I understand that module can't provide the functionality I need.

  • How to create a webm video file ?

    4 mars 2017, par Marneau

    After looking over the web project I see no evidence of a way to generate a webm video. I see drivers for Windows and Quicktime, but no evidence that the most common utility ffmpeg is being supported.

    Is there any open source converter that produces webm ?

    Thanks.