
Recherche avancée
Autres articles (84)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (13719)
-
lavc/aarch64/h264dsp_init : Only use neon horizontal intra loopfilter for 4:2:0.
20 février 2019, par Carl Eugen Hoyos -
Can I dynamic crop two input video then stack them using ffmpeg ?
31 janvier 2019, par Wei DengI want to make an effect of switching back and forth between two videos.
I tried to dynamic crop two input video then stack them using ffmpeg :
ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex \
"[0:v]crop=iw:'2+(mod(n,ih))':0:0[a];[1:v]crop=iw:'ih-2-
(mod(n,ih))':0:'2+(mod(n,ih))'[b];[a][b]vstack=inputs=2[v]" \
-map [v] output.mp4Skip 2 pixel to prevent crop zero.
But the output video is not what I want. It seems ’(mod(n,ih))’ is zero all the time.
I don’t know what’s wrong with it.
-
avfilter/avf_showspectrum : add horizontal orientation support
29 décembre 2015, par Paul B Mahol