Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (29)

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

  • ffmpeg video editor library is free to use in android ?

    7 juillet 2015, par Rank Mayur

    I am developing video editor app. and i go through ffmpeg library and it’s demo. It is really nice to use. but my question is it free to use ? and if not then is there any other way for video editor like crop video, replace audio, etc.

  • lavfi/af_adeclick : fix double free after ff_filter_frame fail

    19 août 2019, par Jun Zhao
    lavfi/af_adeclick : fix double free after ff_filter_frame fail
    

    ff_filter_frame fail will free the frame, so we just returen after this
    function fail.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/af_adeclick.c
  • aacdec : free frame buffer if no audio was decoded

    4 mai 2013, par Hendrik Leppkes
    aacdec : free frame buffer if no audio was decoded
    

    If no decoding error was detected, but still no audio was decoded, the
    frame needs to be free’ed, or it will leak.

    Fixes part of ticket #2095

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aacdec.c