Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (107)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (10364)

  • swresample/resample : do not allow negative dst_size return value

    13 décembre 2016, par Muhammad Faiz
    swresample/resample : do not allow negative dst_size return value
    

    This should fix Ticket6012

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libswresample/resample.c
  • avfilter/avf_showcqt : optimize draw routines

    28 février 2016, par Muhammad Faiz
    avfilter/avf_showcqt : optimize draw routines
    

    optimize draw_bar_yuv (slightly faster)
    optimize draw_axis (about 2x faster)

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

    • [DH] libavfilter/avf_showcqt.c
  • compat/atomics/gcc : use __typeof__ instead of typeof

    7 mars 2017, par James Almer
    compat/atomics/gcc : use __typeof__ instead of typeof
    

    The typeof keyword is apparently not available when using the -std=c99 option.

    Fixes the use of C11 atomic functions with old GCC.

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

    • [DH] compat/atomics/gcc/stdatomic.h