Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (52)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9065)

  • Death to underscores ! Removed legacy pattern of var _foo = ... for most private internals.

    6 octobre 2012, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Death to underscores ! Removed legacy pattern of var _foo = ... for most private internals.

  • avcodec : Don't log to private context

    5 mars, par Andreas Rheinhardt
    avcodec : Don't log to private context
    

    While it is save for these codecs (they all have private contexts),
    it is customary to always use the AVCodecContext for logging.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ccaption_dec.c
    • [DH] libavcodec/dvdsubdec.c
    • [DH] libavcodec/h264_refs.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/j2kenc.c
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/msmpeg4enc.c
    • [DH] libavcodec/ratecontrol.c
    • [DH] libavcodec/x86/mpegvideoenc_template.c
  • Set Matroska private data when muxing Prores.

    6 avril 2014, par Carl Eugen Hoyos
    Set Matroska private data when muxing Prores.
    

    The specification requires the mov code point to be written as "fourcc".

    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/matroskaenc.c