Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (59)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Revision 43a34557f1 : configure : append —extra-cflags to final set previously any flags added while

    27 août 2015, par James Zern

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /configure



    configure : append —extra-cflags to final set

    previously any flags added while setting up the toolchain would
    override the user selections ; environment variables could be treated
    similarly

    Change-Id : Ibfcc644137d8e579af554d19a38d4020019a7a34

  • avfilter/kerndeint : use AV_OPT_TYPE_BOOL for the previously missed options

    9 septembre 2015, par Clément Bœsch
    avfilter/kerndeint : use AV_OPT_TYPE_BOOL for the previously missed options
    
    • [DH] libavfilter/vf_kerndeint.c
  • Revision 64e2597465 : Disable update of last_show_frame for existing frame When showing a previously

    23 janvier 2014, par Adrian Grange

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/test_vectors.h


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Disable update of last_show_frame for existing frame

    When showing a previously decoded frame, i.e. when
    show_existing_frame=1, the update of the
    last_show_frame flag must be disabled.

    This is to ensure that the last_show_frame flag
    reflects the state of the flag for the immediately
    previously decoded frame rather then the value that
    was forced to ensure that a previously decoded frame
    would be displayed.

    This patch also adds a test vector to verify that the
    display_existing_frame flag works as expected. Code
    for generating the test vector can be found in this
    patch :
    https://gerrit.chromium.org/gerrit/#/c/68581/

    (Bug originally reported by Alexander Voronov
    <ru.xalba@gmail.com>).

    Change-Id : I731d288fba02088959f7fcc87707137fffc6acf5