Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (35)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

Sur d’autres sites (4012)

  • how to call avformat_alloc_output_context2 in ffmpeg 2.6.3 ?

    4 avril 2016, par patrick

    I’m developing an c/c++ app that uses ffmpeg to play audio/video.Now i want to enhance the application to allow the users to extract audio from video and save it. I followed this https://ffmpeg.org/doxygen/trunk/muxing_8c-source.html for the saving part but now the problem is with avformat_alloc_output_context2(). I’m getting an error : "undefined reference to `avformat_alloc_output_context2’
    ". Does anyone know about the proper way to call ’avformat_alloc_output_context2’ in ffmpeg version 2.6.3

  • avconv : do not call avcodec_get_frame_defaults()

    3 décembre 2013, par Anton Khirnov
    avconv : do not call avcodec_get_frame_defaults()
    

    Strictly speaking it is not correct to call it on refcounted frames, in
    any case it is unnecessary, since filtered_frame is always unreferenced
    after poll_filter() returns.

    • [DBH] avconv.c
  • ffmpeg_dxva2 : call GetDesktopWindow() in place of GetShellWindow()

    27 mai 2015, par Stefano Sabatini
    ffmpeg_dxva2 : call GetDesktopWindow() in place of GetShellWindow()
    

    This fixes compilation with latest MinGW, it does not seem to affect
    MSYS2/MinGW-64.

    • [DH] ffmpeg_dxva2.c