Recherche avancée

Médias (91)

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11684)

  • What are the encoding techniques to be used while creating 3gp videos on iPhone

    23 avril 2013, par Mahesh

    Some converted 3gp video using ffmpeg library, played on iphone and some not played and that all video played on android,blackberry and J2ME without issues.

    1. please suggest to what type of encoding to be used while creating 3gp videos which is play in iphone without issues.
  • parse 'description' metadata from video created by iphone

    8 juillet 2014, par Darcy

    I have a mp4 video created by iphone 5c.
    The video contains ’description’ metadata that can be catched by exiftool.

    But I need parse the info under Android where exiftool seems too big.

    Is there a better solution to parse the metadata, such as ffmpeg, libmp4v2 or something else ?

    Thanks everyone.

    MP4 demo can be found here :
    http://xicabin.com/iphone-release.mp4

  • On demand RTSP streaming FFMPEG iPhone

    23 mai 2014, par Tarun Seera

    We are using FFmpeg for real time streaming in iPhone.
    For testing purpose we have hosted a video on local server.When we try to start stream avformat_open_input method always return error code -5.
    I have read some where that is is I/O error but the same URL working fine on VLC media player.
    If we start streaming on VLC first then play it on iPhone it works fine.
    I am not getting where I am wrong the IP address and network connection both are fine.