Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (95)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (9046)

  • Merge commit ’6258d362b82934a2c27557e0984aed372d98091a’

    28 août 2013, par Michael Niedermayer
    Merge commit ’6258d362b82934a2c27557e0984aed372d98091a’
    

    * commit ’6258d362b82934a2c27557e0984aed372d98091a’ :
    ac3 : Do not clash with normal AVERROR

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

    • [DH] libavcodec/aac_ac3_parser.h
  • Creating a video with a background colour and animated text - BEGINNER

    7 avril 2017, par Illep

    I want to generate a video that will display a yellow background colour for 2 seconds. Then display some animated text from the 6th to 10th second.

    I have tried the animated text and it works ok (code given below). But, I need to only display it from the 6th to 10th second. How can I do this ?

    I also need to know how to add a background colour and make it display from the 1st to 5th second.

    My workings so far :

    ffmpeg -y -i video.mp4 -acodec libmp3lame -vcodec libx264 -pix_fmt yuv420p -b:a 192k -b:v 1400k -ar 44100 -crf 18 -vf "drawtext=text=string1 string2 string3 string4 string5 string6 string7 :expansion=normal:fontfile=SIXTY.ttf: y=h-line_h-10:x=(mod(5*n\,w+tw)-tw): fontcolor=white: fontsize=40: shadowx=2: shadowy=2" -an left_to_right_small.mp4
  • Merge commit ’bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc’

    3 septembre 2014, par Michael Niedermayer
    Merge commit ’bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc’
    

    * commit ’bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc’ :
    x11grab : Fallback to normal XImage if SHM is not supported

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

    • [DH] libavdevice/x11grab.c