Recherche avancée

Médias (91)

Autres articles (39)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • avfilter/avfilter : Don't use av_uninit

    31 mars 2024, par Andreas Rheinhardt
    avfilter/avfilter : Don't use av_uninit
    

    GCC 9-13 do not emit warnings for this at all optimization
    levels even when -Wmaybe-uninitialized is not disabled.

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

    • [DH] libavfilter/avfilter.c
  • avcodec/vp3 : Move work after ff_thread_finish_setup

    11 août 2022, par Andreas Rheinhardt
    avcodec/vp3 : Move work after ff_thread_finish_setup
    

    all_fragments is not synced between threads ; resetting it can wait.

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

    • [DH] libavcodec/vp3.c
  • avcodec/pcm : Remove unnecessary emms_c()

    31 août 2023, par Andreas Rheinhardt
    avcodec/pcm : Remove unnecessary emms_c()
    

    The floating point dsp code does not use MMX registers
    since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.

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

    • [DH] libavcodec/pcm.c