Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (58)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

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

  • ffplay : replace rint by lrint

    25 décembre 2015, par Ganesh Ajjanagadde
    ffplay : replace rint by lrint
    

    avoids the float to integer cast, and is slightly superior in terms of
    rounding ("Dutch/Gauss rounding").

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] ffplay.c
  • Merge commit ’5735552f1f17ea01dcbc99b08f54b5bf52176a8f’

    1er août 2014, par Michael Niedermayer
    Merge commit ’5735552f1f17ea01dcbc99b08f54b5bf52176a8f’
    

    * commit ’5735552f1f17ea01dcbc99b08f54b5bf52176a8f’ :
    pngenc : Drop pointless pointer cast in png_write_row()

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngenc.c
  • FFmpeg dash manifest '-window_size'

    14 novembre 2018, par edwinbradford

    In the FFmpeg DASH documentation I don’t understand the purpose of -window_size which is explained as :

    Set the maximum number of segments kept in the manifest.

    If my video is 30 seconds long, the GOP size is 4 seconds and the segment length is 4 seconds, what is the meaning and purpose of a parameter to control the maximum number of segments kept in the manifest, when does this parameter need to be used and how do you determine valid values ?

    I’m guessing that the stream is being loaded into memory and the number of segments in the manifest controls how much is kept in memory at one time but it’s just a wild guess and I can’t find any further explanation.

    I am not live streaming in case it’s relevant.