Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (58)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • avformat : add SMPTE 337M demuxer

    1er juillet 2017, par foo86
    avformat : add SMPTE 337M demuxer
    
    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/s337m.c
    • [DH] libavformat/version.h
  • lavf/brstm : add support for BFSTM files

    17 juin 2015, par Rodger Combs
    lavf/brstm : add support for BFSTM files
    

    Previous version reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/utils.c
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/brstm.c
    • [DH] libavformat/version.h
  • linux ffmpeg 7:4.1.3-1 build don't support RTMPS [on hold]

    28 juin 2019, par Sora Shiro

    I go to https://packages.debian.org/source/stable/ffmpeg and download ffmpeg_3.2.14.orig.tar.xz, and I configure&make&make install and finally I successfully build ffmpeg.

    But when I use RTMPS protocol, such as :

    ffmpeg -stream_loop -1 -re -i /root/video/xxx.mp4 -acodec copy -vcodec copy -f flv "rtmps://xxx/xxx/xxx"

    Then an error occur :

    ... Protocol not found

    But in https://ffmpeg.org/general.html , it says that ffmpeg now support RTMPS.

    So is something I missing when I build ffmpeg ?