Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (108)

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

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

  • 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

Sur d’autres sites (11586)

  • mpeg4videodec : dont treat empty frames as errors for QMP4, it seems thats normal.

    15 novembre 2011, par Michael Niedermayer

    mpeg4videodec : dont treat empty frames as errors for QMP4, it seems thats normal.

  • vorbis : use normal integer values for iterators

    19 mai 2013, par Luca Barbato
    vorbis : use normal integer values for iterators
    

    No need to use fixed-size integers.

    • [DBH] libavcodec/vorbisdec.c
  • ffmpeg :How to make Text_1 ( bold ) and Text_2 ( Normal ) ?

    15 décembre 2016, par Bheem Swami
    ffmpeg -i raw_video.mp4 -i photo1.png -i photo2.png -filter_complex "[0:v]drawtext=fontfile=aller_Bd.ttf:text='Text_1':fontcolor=black@1.0:fontsize=18:x=20:y=259,drawtext=fontfile=aller_Rg.ttf:text='Text_2':fontcolor=black@1.0:fontsize=16:x=67:y=259[text];[text][1:v]overlay=215:0 [tmp]; [tmp] overlay=372:216" -codec:v libx264 -codec:a copy -y output_video.mp4

    Add 2 text : Text_1 and Text_2

    1. How to make Text_1 ( bold ) and Text_2 ( Normal )
    2. Text_1 is dynamic (not fix length) . How to start Text_2 after Text_1