
Recherche avancée
Autres articles (65)
-
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 ;
-
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 -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (13422)
-
Revision a7ba80f4cb : Remove copy frame neon No performance benefit Change-Id : I7f0cfa98ac2bb5b823d0
25 juillet 2014, par JohannChanged Paths :
Modify /test/vpx_scale_test.cc
Delete /vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm
Delete /vpx_scale/arm/neon/yv12extend_arm.c
Modify /vpx_scale/vpx_scale.mk
Modify /vpx_scale/vpx_scale_rtcd.pl
Remove copy frame neonNo performance benefit
Change-Id : I7f0cfa98ac2bb5b823d0972827b45f32cd3f6b4c
-
Revision 0c80065694 : Inlining vp9_get_pred_probs_switchable_interp function. There was no benefit ha
6 août 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Inlining vp9_get_pred_probs_switchable_interp function.There was no benefit having this function. For example, inside
read_switchable_filter_type switchable filter context was calculated twice.Change-Id : I79cd5bf95cbc0f6d8bf91a2e32289e01b18dcff1
-
FFmpeg : Continuously download X minutes video from livestream ?
16 février 2017, par Dorin PleavaI want to download X minutes from a livestream continuously and overwrite the same file, meaning the file will always have the latest X minutes from the livestream.
Is there a way without calling the following command over and over again in a batch file ? Something that runs continuously from FFMPEG ?
-i http://iphone-streaming.ustream.tv/uhls/17074538/streams/live/iphone/playlist.m3u8 -t 60 -y -c:a copy MyVideo.mp4