Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7623)

  • Generating live HLS playlist with bento4

    12 décembre 2019, par sba.s623

    It is possible to use ffmpeg to do transcoding and packaging to convert a video stream from capture device to HLS playlist using something like this below :

    ffmpeg -y -i /dev/video -c:v libx264 -crf 28 -c:a aac -preset:v ultrafast -b:a 128k -strict -2 -f hls playlist.m3u8

    Is there a way we can use ffmpeg to output segments continuously that can be consumed by Bento4 for packaging them into HLS playlist ? Or Bento can only be used to generate HLS playlist for VOD cases not live scenario ?

  • how can I scan live mp3 streams for their sample rate ?

    30 juillet 2012, par Nadal

    I am new to FFMPEG and I am suppose to scan all of my files for sample rate. I am not sure as to what this is because I am new to this and don't know how to even get started with FFMPEG's scanning. These live streams are mp3 streams, music tracks. I am familiar with PHP if that makes any difference.

  • Fixed a API method name typo in the docs

    28 octobre 2014, par JamesMGreene
    Fixed a API method name typo in the docs
    

    Fixes #508