Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (104)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (9737)

  • lavfi/f_ebur128 : relicense to LGPL

    26 novembre 2016, par Clément Bœsch
    lavfi/f_ebur128 : relicense to LGPL
    

    All copyright holders have agreed to the relicensing.

    Approved-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Approved-by : David Sedacca <sedacca@comcast.net>
    Approved-by : Ganesh Ajjanagadde <gajjanag@mit.edu>
    Approved-by : Jean First <jeanfirst@gmail.com>
    Approved-by : Kyle Swanson <k@ylo.ph>
    Approved-by : Michael Niedermayer <michael@niedermayer.cc>
    Approved-by : Nicolas George <george@nsup.org>
    Approved-by : Paul B Mahol <onemda@gmail.com>
    Approved-by : Thilo Borgmann <thilo.borgmann@mail.de>

    • [DH] LICENSE.md
    • [DH] configure
    • [DH] libavfilter/f_ebur128.c
  • Correections for comments.

    28 juin 2014, par Erik de Castro Lopo
    Correections for comments.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc.c
    • [DH] src/share/grabbag/replaygain.c
    • [DH] src/share/replaygain_analysis/replaygain_analysis.c
  • SIMD : remove outdated SSE2 code

    21 février 2017, par Erik de Castro Lopo
    SIMD : remove outdated SSE2 code
    

    Removes FLAC__lpc_restore_signal_16_intrin_sse2() which was faster
    than than C code, but not faster than MMX-accelerated ASM functions.
    It’s also slower than the new SSE4.1 functions that were added by
    the previous patch.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/include/private/lpc.h
    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/stream_decoder.c