
Recherche avancée
Autres articles (77)
-
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 (6711)
-
avcodec/mips/cabac : replace addi with addiu
2 juillet 2019, par YunQiang Suavcodec/mips/cabac : replace addi with addiu
addi/daddi are deprecated by MIPS for years, and MIPS r6 remove
them.They should be replace with addiu :
ADDIU performs the same arithmetic operation but
does not trap on overflow.Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Revision 69a09a70e9 : Use speed feature variable in vp9_rd_pick_inter/intra_mode Replace repeated fet
14 octobre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Use speed feature variable in vp9_rd_pick_inter/intra_modeReplace repeated fetch cpi->sf with a local sf pointer.
Change-Id : I5a55bba3e1c41fbdbc6ad5f078d2fa49dd95ee67
-
it is possible to how to replace existing text on video using ffmpeg
2 septembre 2017, par Anil WavareI am using PHP and FFMPEG. I want to replace the existing text on video using FFMPEG mpeg and PHP. Is it possible ? I am try following command :
exec("ffmpeg -i D:\\xampp\\htdocs\\ffmpeg\\small.mp4 -ar 22050 -ab 32 -f flv -s 320x240 D:\\xampp\\htdocs\\ffmpeg\\test1.mp4 2>&1", $o, $v);