Recherche avancée

Médias (91)

Autres articles (46)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (9596)

  • ffmpeg output file the same length as source files

    29 mars 2020, par b1nkh4x0r

    I want to create a mixdown that will be the exact same length as the two files that I’m overlaying.

    I’ve got an instrumental (accompaniment.mp3) and vocal (vocals.mp3) file.

    accompaniment.mp3 file is duration=**178.863600**
    vocals.mp3        file duration=**178.863600**

    When I successfully create a mixdown of the two audio files into one (mixture.mp3) the output file is longer.

    ffmpeg -i accompaniment.mp3 -i vocals.mp3 -filter_complex amerge=inputs=2 -ac 2 mixture.mp3
    mixture.mp3       file duration=**178.886531**

    How can I create a mixdown that is the exact same length as the source files ?

  • 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

    


  • 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