Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (8730)

  • lavc/qdrw : Read PixMap palette.

    5 mai 2018, par Carl Eugen Hoyos
    lavc/qdrw : Read PixMap palette.
    

    Fixes ticket #6195.

    • [DH] libavcodec/qdrw.c
  • avcodec/tscc : Move reading the side data palette before other checks

    15 juillet 2018, par Michael Niedermayer
    avcodec/tscc : Move reading the side data palette before other checks
    

    We do not want to loose the side data in case of errors

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tscc.c
  • 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