Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

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

  • Extract undecoded audio payload from song file ?

    6 juin 2012, par DataSurfer

    What tools are available to extract the raw undecoded audio payload from a song file ?

    I am looking for a solution that will work on wma, m4a, mp3, and ogg files.

    One of the purposes is to be able to calculate the md5sum of the audio payload.

    I tried ffmpeg -i <song file="file"> -f md5 -</song> but this actually does a decoding pass which is not desired. Also this seems to produce different results depending on the versions of the decoders in use.

    I tried ffmpeg -i <song file="file"> -acodec copy - > <raw payload="payload" file="file"></raw></song> but ffmpeg complains that it does not know the desired output format even though copy is explicitly specified.

    I've tried various incarnations of -map_metadata -1 but the documentation is obtuse at best.

    In the end the ideal is to have an stdout of the raw UNdecoded audio portion of a song file.

    Any ideas ?

  • rawdec.c : Extract interlace information from quicktime flag if it exisits.

    15 octobre 2012, par Tim Nicholson

    rawdec.c : Extract interlace information from quicktime flag if it exisits.

  • Extract Thumbnails of Every Camera Change on a Video File

    8 juillet 2013, par Henry Mazza

    Is there a way to detect and extract thumbnails of every sudden change (camera change, slide change, scene change, got it ?) of a video file (preferably h264).

    Something in the lines of comparing keyframes and look for differences larger than some given constant.