Recherche avancée

Médias (91)

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • 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" (...)

Sur d’autres sites (10751)

  • Show stream number when warning about stream without start time.

    5 avril 2014, par Carl Eugen Hoyos
    Show stream number when warning about stream without start time.
    
    • [DH] libavformat/utils.c
  • Calculate current video time with FFMPEG

    11 avril 2014, par Kai

    Currently we tried using AVCodecContext->frame_number/fps to get the current time of the video, but this variable seem to only go up, so after a backward seek the calculated time is all messed up.

    Can AVCodecContext->frame_number be used for this purpose ? If so, how should it be used ; if not, what then is the correct method ?

  • use ffmpeg to decode mp3 file, avcodec_decode_audio4 to decode packet, but got different data evey time

    7 septembre 2014, par Vinci

    I am trying to analyze pcm data which already decoded by ffmpeg lib(on iOS platform). I use the avcodec_decode_audio4 function to decode same packet I got many time,(by use av_read_frame function), but i found the final data in avframe is different every time. Is that normal state for ffmpeg decodeing ? If I use code audio framework I can get precisely same pcm data.