Recherche avancée

Médias (91)

Autres articles (98)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • bgmc : K&R cleanup

    31 décembre 2011, par Aneesh Dogra

    bgmc : K&R cleanup

  • avplay : K&R cleanup

    1er janvier 2012, par Aneesh Dogra

    avplay : K&R cleanup

  • How do I encode a single image into multiple frames using ffmpeg ?

    10 janvier 2012, par cubabit

    I want to encode a single image for a set number of frames into an mpeg2 movie. i want it in mpeg2 so I can concatenate it later. I have tried :

    ffmpeg -b 800000 -loop_input -i input.jpg -vcodec mpeg2video -vframes 30 output.mpg

    But it seems to end up just one frame long and I'm not sure if it even has the correct codec.