Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (111)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (12631)

  • Revision 615230b810 : acm_random : provide full range for Rand16() the gtest implementation used only

    2 décembre 2014, par James Zern

    Changed Paths :
     Modify /test/acm_random.h


     Modify /test/fdct8x8_test.cc



    acm_random : provide full range for Rand16()

    the gtest implementation used only returns values between 0 and 2^31-1

    + temporarily disable some tests in fdct8x8_test which misbehave with the
    new range

    Change-Id : I45381076f0bea3317cc6728305890e4fd2f2facd

  • Revision 306319387b : acm_random : provide full range for Rand8() the gtest implementation used only r

    27 novembre 2014, par James Zern

    Changed Paths :
     Modify /test/acm_random.h


     Modify /test/lpf_8_test.cc



    acm_random : provide full range for Rand8()

    the gtest implementation used only returns values between 0 and 2^31-1

    + temporarily disable some tests in lpf_8_test which misbehave with the
    new range

    Change-Id : I8a026680c4b8c12dc14d4f24c33edb2315963114

  • How to run multiple instances of VLC from command line

    5 janvier 2014, par Andy

    I have a vlc line that streams and transcodes a channel from tvheadend. Usually multiple streams are handled through VLM but for some reason VLM doesnt like tvheadend playlists. If I do this through command line it seems to be working fine

    The command is ./vlc + some options

    When you execute the command it returns a lot of output messages and you can not enter any other commands. I have successfully launched another line in a new putty session.

    Is there a way to run this as batch to execute multiple VLC commands as if they were coming from different SSH sessions ?
    Perhaps ffmpeg handles tvheadend playlists better ?