Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (96)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (11682)

  • VP8/WebM : Adobe is the key to open video on the Web

    22 mai 2010, par silvia

    Google have today announced the open sourcing of VP8 and the creation of a new media format WebM. Technical Challenges As I predicted earlier, Google had to match VP8 with an audio codec and a container format – their choice was a subpart of the Matroska format and the Vorbis codec. To complete (...)

  • avformat/hlsenc : added segment filename option

    5 décembre 2014, par Christian Suloway
    avformat/hlsenc : added segment filename option
    

    This option allows segment filenames to be specified. Unless -hls_flags
    single_file is set the filename is used as a string format with the
    segment number.

    Example :
    ffmpeg -f lavfi -i testsrc -c:v h264 -map 0 -hls_segment_filename
    bar%03d.ts foo.m3u8

    Signed-off-by : Christian Suloway <csuloway@globaleagleent.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/muxers.texi
    • [DH] libavformat/hlsenc.c
  • avformat/hlsenc : added segment file deletion

    8 décembre 2014, par Christian Suloway
    avformat/hlsenc : added segment file deletion
    

    This option flag deletes segment files removed from the playlist after a
    period of time equal to the duration of the segment plus the duration of
    the playlist.

    Signed-off-by : Christian Suloway <csuloway@globaleagleent.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/muxers.texi
    • [DH] libavformat/hlsenc.c