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 (8033)

  • Finding the right codec for AVI (ffmpeg C api implementation)

    17 juin 2014, par Elliot Blackburn

    I’m trying to implement AVI encoding into some software that we’ve been creating. We’ve been using ffmpeg for WMV (we’ve done it pretty badly and hacked together as we’re not experts in C or ffmpeg but got it to work).

    I’m trying to find the right Codec ID for AVI and I’ve come up with H.263 which I believe to be correct but there doesn’t seem to be much information on it around, or I’m asking the wrong questions.

    I’m not a much of a audio/video expert but I know enough to (hopefully) get this working for AVI, I was wondering if anyone had any idea as to what the (or a) codec is for encoding an AVI media file.

    Been fumbling our way through it for a while but now we want to support a new file type for various reasons and this has now been handed over to me. Hopefully it can be done !

  • ffmpeg Frames to mp4 (Windows)

    8 juillet 2015, par Somax

    I am trying to combine my frames to a video now for like an hour and I have huge problems with ffmpeg. It keeps on telling me that the directory doesnt exist and i have no idea how to make it right...

    ffmpeg is in C :/ffmpeg
    the frames are in C/ffmpeg/render
    they are named : output_0001.png to output_0150.png

    I want to have 24 Frames per secound.
    what do i have to do in the cmd ?

    i tryed like "ffmpeg -r 30 -i c :/ffmpeg/render/output_%24.png video.mp4"

    What am i doing wrong ?

  • CSS : Fix positioning for relatively positioned 'body'/'html' elements

    13 décembre 2014, par JamesMGreene
    CSS : Fix positioning for relatively positioned ’body’/’html’ elements
    

    Special thanks for @sporkmonger for the original idea.

    Fixes #491
    Fixes #423
    Fixes #200

    Ref #495