Recherche avancée

Médias (91)

Autres articles (99)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • How do to build and add ffmpeg in java project ? [on hold]

    25 octobre 2016, par kumar

    I am working in RTSP video streaming in Java project.Now I need to play video in all browser along with different Operating system.I am having some troubles regarding FFMPEG library compliation. How do to add ffmpeg library to my java application ? Anyone please give idea.

  • undefined reference to `av_pix_fmt_swap_endianness'

    26 septembre 2014, par user2406774

    can any one had an idea to solve the issue

    /usr/local/lib/libswscale.a(utils.o) : In function `sws_init_context

    /Downloads/ffmpeg-2.3/libswscale/utils.c:1166 : undefined

    reference to `av_pix_fmt_swap_endianness’

    my libraries are in the following order

    -lpostproc -lswresample -lswscale -lavfilter -lavdevice -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lmp3lame -lx264 -lfaad -lpthread

  • MoviePy Progress Bar

    1er novembre 2016, par Alexander Perlman

    When I run Moviepy it prints a progress bar in my Sublime Text console. I’ve tried redirecting it to a text file via stdout and stderr to no avail. Any idea how I could copy this information to a text file (which I then plan to display in a tkinter widget) ? Thank you !

    MoviePy Progress Bar