Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (44)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10991)

  • ffmpeg : compress video ?

    29 avril 2012, par devn

    My question is for an experienced developer with ffmpeg.

    Would it be possible to compress a video with ffmpeg ?

    What is the difference between encoding and decoding ?

    Thanks in advance !

  • VLC/FFMPEG streaming, how to detect ?

    22 novembre 2011, par John Smith

    I want something like that : user(s) decide to start a stream to my site. I know VLC and FFMPEG is able to do that. But how could a site detect that it's getting stream(s) ? Because I want it to then display on a page "current live videos". And what kind of streams should I need to use ? HTTP ? RTSP ? UPD ?

    Thanx in advance.

  • How to use FFmpeg to register certain Codecs ?

    14 mars 2012, par limitfan

    I want to use H264 decoder in FFmpeg only. How to register it instead of using following codes.Thank you in advance.

    avcodec_register_all();
    codec=avcodec_find_decoder(CODEC_ID_H264);  // find the decoder with the corresponding FCC