
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (72)
-
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) (...)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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
Sur d’autres sites (12095)
-
mov : Skip computing SAR from invalid display matrix elements
30 mars 2021, par Vittorio Giovara -
Write text on the video and display on the player with the best conditions
10 novembre 2016, par Nabi K.A.Z.I have this code for watermark a text on the video :
ffmpeg -i out.mp4 -vf "drawtext=fontfile='arialbd.ttf': font=arialbd: text='SiteName.local': fontsize=18: fontcolor=white: x=10:y=h-th-10" -acodec copy -y out2.mp4
Then I want to play it by
jwplayer
.When I input a video with normal size (ex. 500x300px), all things is ok and it’s preview player :
(The text on image is with good size.)But if the video has big size (ex. 1500x900px) it’s preview player :
(The text on image is illegible.)Or if the video has very small size (ex. 150x90px) it’s preview player :
(The text on image is covered on video.)I know reason of this happen is
fontsize
inffmpeg
command.Now I thinks must get
width
andheight
of the video and then with calculation and discovery of a formula, and find the bestfontsize
for usage. If you agree, what’s the best formula ?!Or maybe I should not use
fontsize
! and I can use parameters inffmpeg
command for reach the goal ?!What’s your idea ?
-
fate : Add tests for mov display matrix
24 octobre 2016, par Vittorio Giovarafate : Add tests for mov display matrix
Rotation, sample/display aspect ratio and pure matrix export.
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>