Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • ffmpeg record from live m3u8 link and update it with new recording

    22 novembre 2016, par yopoja

    i try to record 59 minutes of live m3u8.

    ffmpeg -i 111.111.11.11/live.m3u8 -t 3540 -c copy -y -hls_playlist_type vod MyVideo.m3u8

    so for some reasons sometimes network down and ffmpeg stops, so if i start it again ffmpeg will clear all recorded and will start recording again, is there a way to add new recording after the one i recorded before

  • configure : properly add dxva2 link dependencies

    12 novembre 2016, par Hendrik Leppkes
    configure : properly add dxva2 link dependencies
    

    Fixes building with —disable-everything —enable-shared —enable-dxva2

    The hwcontext DXVA2 implementation in avutil needs this library now, instead
    of just the ffmpeg program.

    • [DH] configure
  • get thumbnail from mp4 link within browser

    16 novembre 2016, par Anthony Chung

    Is it possible with just javascript ?

    Or will we have to process the video on the backend before everything else ?

    I saw this library http://bgrins.github.io/videoconverter.js/demo/ as a possibility, but wanted to explore if other solutions were available