Recherche avancée

Médias (91)

Autres articles (34)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4320)

  • How a video template can be used to replace with custom images/text on-the-fly using PHP

    8 novembre 2015, par Aamir Siddique

    I am a website developer (php) and I have been given a task to develop a website similar to
    http://ivipid.com/.

    I need to make an identical website and I am trying to figure out how this can be done,
    especially the part in which they use user-uploaded image files and text into the Video file and all this on-the-fly ?

    I know how to convert user-uploaded video files into FLV on-the-fly using FFMPEG but I’m not sure on how they (ivipid.com) manage to do this.

  • Querying an audio/video file for information

    4 juin 2013, par TRiG

    I want a PHP function which receives the path to a file and returns an array of information about it. The PHP file can call FFmpeg.

    Returned data should be something like

    Array(
       [mime]          => video/ogg
       [container]     => Ogg
       [video]         => Theora
       [audio]         => Vorbis
       [duration]      => 20.3 // in seconds
    )

    Array(
       [mime]          => audio/ogg
       [container]     => Ogg
       [video]         =>
       [audio]         => FLAC
       [duration]      => 3
    )

    Array(
       [mime]          => image/gif
       [container]     => GIF
       [video]         => Animated GIF
       [audio]         =>
       [duration]      => 2
    )

    Array(
       [mime]          => video/webm
       [container]     => WebM
       [video]         => VP8
       [audio]         => Vorbis
       [duration]      => 900.7
    )

    false // not a media file

    I've never worked with FFmpeg or with PHP's shell_exec() function, but it seems that FFmpeg will give information about videos (or audio files) in a fairly hard-to-parse format. I assume that something like this is possible, though.

  • fate : split off Ut Video codec FATE tests into their own file

    14 décembre 2011, par Diego Biurrun

    fate : split off Ut Video codec FATE tests into their own file