Recherche avancée

Médias (91)

Autres articles (96)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • prores : Always assume limited range

    27 septembre 2017, par Vittorio Giovara
    prores : Always assume limited range
    

    As defined by the specification.

    • [DH] libavcodec/proresdec_lgpl.c
  • change max Buffer Length in MPEG-dash format

    17 novembre 2020, par ADL

    I'm trying to change the max buffer length on my video streaming in clappr video player.
I know that in HLS format the way to do it is like this :

    


    player = new Clappr.Player({
      playback: {
        hlsjsConfig: {
         maxMaxBufferLength: 30
      }}})


    


    And it's realy working for HLS videos,
I'm looking for equivalent way to do it with MPEG-dash foramt

    


  • FFmpeg make video from images skip middle or rear range

    11 juin 2020, par user13720066

    From FFmpeg Wikibook we can skip the initial range of the images using -start_number

    



     ffmpeg -start_number 100 -i image-%03d.png video.webm


    



    But how can we skip the rear part instead ?