
Recherche avancée
Autres articles (102)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 de tous types de médias
10 avril 2011Contrairement à 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) (...)
Sur d’autres sites (12439)
-
avcodec/mediacodecdec_common : make stride and slice-height non-mandatory fields
11 avril 2018, par Matthieu Bouron -
How to increase line-height of text using drawtext with FFMPEG ?
21 octobre 2020, par Romualdo Arrechea HernándezI'm using the current code to create a video with some text of several lines. When executed I'm receiving a video with the text joined vertically because of lacking space. How do I do to add line-height space ?



ffmpeg -i videoInput.mp4 \
 -vf drawtext="./font/Roboto/Roboto-Bold.ttf: \
 text='testing text \ntesting text \ntesting text':\
 fontcolor=yellow:\
 fontsize=36:\
 box=1:\
 boxcolor=black@0.5: \
 boxborderw=160:\
 x=(w-text_w)/2:\
 y=(h-text_h)/2"\
 -codec:a copy \
 videoOutput.mp4



-
avfilter/vf_weave : Fix odd height handling
22 décembre 2023, par Michael Niedermayer