Recherche avancée

Médias (91)

Autres articles (51)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6694)

  • Revision 96418 : Le plug est pour spip 3.0.1 mini, donc j’ajoute la borne mini à médias en ...

    3 avril 2016, par spip.franck@… — Log

    Le plug est pour spip 3.0.1 mini, donc j’ajoute la borne mini à médias en mettant 2.7.27 (version native à spip 3.0.1) http://zone.spip.org/trac/spip-zone/browser/_core_/tags/spip-3.0.1/plugins/medias/paquet.xml
    L’unique intérêt de ce commit est de faire en sorte que les gens qui consultent le xml sur plugin.spip est une info fiable

  • Access updated metatata from AVFormatContext in ffmpeg

    1er janvier 2017, par user2280389

    I am trying to create a patch for metadata-aware hls splitting in ffmpeg. Unfortunately, i cannot seem to get updated metadata from the AVFormatContext object. For example, within hlsenc.c I have this: :

       static int hls_start(AVFormatContext *s)
       {
       HLSContext *c = s->priv_data;
       AVFormatContext *oc = c->avf;
       AVFormatContext *vtt_oc = c->vtt_avf;
       AVDictionary *options = NULL;
       char *filename, iv_string[KEYSIZE*2 + 1];
       int err = 0;
       int ret = 0;
       AVDictionaryEntry *tag = NULL;

       av_log(s, AV_LOG_DEBUG, "Lets check if there's metadata now.. ");  

       tag = av_dict_get(oc->metadata, "StreamTitle", tag, AV_DICT_IGNORE_SUFFIX);
       printf("%s\n",tag->value);

    However, it always prints the original StreamTitle that was valid when the initial connection to the url was made, and is not updating it further.
    Granted, this is the output stream context, but it does contain the initial metadata, apparently. What would be the way to update it ?

    best Regards
    Christo

  • lavu : Drop deprecated external access to AVPixFmtDescriptor table

    28 juillet 2015, par Vittorio Giovara
    lavu : Drop deprecated external access to AVPixFmtDescriptor table
    

    Deprecated in 10/2012.

    • [DBH] libavutil/pixdesc.c
    • [DBH] libavutil/pixdesc.h
    • [DBH] libavutil/version.h