
Recherche avancée
Autres articles (68)
-
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 ;
-
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 (7850)
-
FFmpeg text at random position
23 août 2015, par user2534965I need to print text at random position (to protect videos).
The following works, but it seems that the random position is updated at miliseconds what makes the text go crazy across the screen. Someone has any idea ? Thanks
ffmpeg -i video.mov -vf "drawtext=fontfile=/Windows/Fonts/arial.ttf: text='Test Text':x=random(1)*w: y=random(1) * h" -acodec copy output.avi
-
how to know the metadata of video is at beginning or other position
1er juillet 2021, par bubbakI got 2 video urls,one is loading quickly,the other one is loading slow.


So i want to know if it's because of the position of video meta.


So how can i find the position of metadata of a video ?


-
Use a clone of the widget element to initialize options set via HTML5 data-attributes.
4 avril 2012, par Sebastian Tschanm js/jquery.fileupload.js Use a clone of the widget element to initialize options set via HTML5 data-attributes. This avoids crashes on IE6+IE7 when cloning the widget element and fixes #1153.