Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (111)

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

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11158)

  • doc/resampler : add exact_rational option

    13 juin 2016, par Muhammad Faiz
    doc/resampler : add exact_rational option
    

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] doc/resampler.texi
  • avfilter/avf_showcqt : cqt_calc optimization on x86

    4 juin 2016, par Muhammad Faiz
    avfilter/avf_showcqt : cqt_calc optimization on x86
    

    on x86_64 :
    time PSNR
    plain 3.303 inf
    SSE 1.649 107.087535
    SSE3 1.632 107.087535
    AVX 1.409 106.986771
    FMA3 1.265 107.108437

    on x86_32 (PSNR compared to x86_64 plain) :
    time PSNR
    plain 7.225 103.951979
    SSE 1.827 105.859282
    SSE3 1.819 105.859282
    AVX 1.533 105.997661
    FMA3 1.384 105.885377

    FMA4 test is not available

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avf_showcqt.c
    • [DH] libavfilter/avf_showcqt.h
    • [DH] libavfilter/x86/Makefile
    • [DH] libavfilter/x86/avf_showcqt.asm
    • [DH] libavfilter/x86/avf_showcqt_init.c
  • avfilter/af_firequalizer : add zero_phase option

    6 juin 2016, par Muhammad Faiz
    avfilter/af_firequalizer : add zero_phase option
    

    simply by substracting pts to compensate delay
    also handle AV_NOPTS_VALUE

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_firequalizer.c
    • [DH] libavfilter/version.h