
Recherche avancée
Autres articles (99)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8239)
-
Stream mp4 file to multicast using ffmpeg ?
17 décembre 2018, par StuartI have a mp4 video with no sound that I want to stream to a multicast address on a loop, I can connect to the stream group to play but it’s just empty when I play in VLC but the timer in VLC changes as if something is playing.
ffmpeg -re -stream_loop -1 -i testvideo.mp4 -s 640x480 -vcodec copy -f mpegts udp://238.100.100.1:1234
I’ve also noticed that the size doesn’t seem to work either ?
Any help would be great. Thanks
-
Revision 17ef6a8dfd : Adjust mv_ratio_accumulator threshold. This threshold effectively limits the am
26 mars 2013, par Paul WilkinsChanged Paths : Modify /vp9/encoder/vp9_firstpass.c Adjust mv_ratio_accumulator threshold. This threshold effectively limits the amount of motion from one end of a GF/ARF group to the other. This patch makes the threshold depend on image size. Change-Id : (...)
-
lavfi/selectivecolor : fix neutral color filtering
9 août 2018, par Clément Bœschlavfi/selectivecolor : fix neutral color filtering
Neutrals are supposed to be anything not black (0,0,0) and not white
(N,N,N).Previous neutral filtering code was too strict by excluding colors with
any of its RGB component maxed instead of just the white color.Reported-by : Royi Avital <royiavital@yahoo.com>