Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (20)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • FFmpeg add HTML or swf between a video file [closed]

    6 février 2013, par Nick

    I want to show some flash ads using html inside a video, using ffmpeg can I insert it ? So when a user plays the video after few mins between my video the ad comes. Is it possible using ffmpeg,

  • Combining a movie file with a text file

    12 décembre 2012, par Hugo

    Current Status : I have a movie I recorded on a microscopy and a .txt file with two columns : time and temperature. This file is synchronous with the video.
    I would like to 'edit' the video so there is a text box with the temperature that would update as the movie plays.

    My approach, for the moment, is to use ffmpeg. I managed to draw some text and it seems all is working as intended.

    The problem is : I can't find any reference on how to update that text dynamically. I am using some Python to read the file and launch ffmpeg with subprocess.

    I would like to ask if anyone knows some workaround for this. Maybe some other approach.

  • How to suspend ffmpeg file reading ?

    6 décembre 2012, par jAckOdE

    My ffmpeg-based player plays a mpeg-ts file that downloaded from a server. I want my player be able to play the video file even it is being downloaded.

    There is no problem if the download speed is faster than reading speed, otherwise my player crashs.
    My question is that is there anyway to suspend ffmpeg file reading to wait for data available to proceed ?