
Recherche avancée
Autres articles (53)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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
Sur d’autres sites (8148)
-
avfilter/vf_gblur_vulkan : add sizeV option
10 janvier 2022, par Wu Jianhuaavfilter/vf_gblur_vulkan : add sizeV option
This commit added a sizeV option, integrated some identical operations
to a separate function, and updated the CGS for horizontal and vertical
respectively.The following command is on how to apply sizeV option :
ffmpeg -init_hw_device vulkan -i input.264 -vf \
hwupload,gblur_vulkan=size=127:sigma=20:sizeV=3:sigmaV=0.5,hwdownload,format=yuv420p \y out.264
Signed-off-by : Wu Jianhua <jianhua.wu@intel.com>
-
Build with ffmpeg : make : *** No rule to make target 'jni/../third_party/lame/libmp3lame/VbrTag.c', needed al/arm64-v8a/objs/lame/VbrTag.o'. Stop
30 mars 2020, par Pradeep Simbamy jni folder







lame folder




when I build ndk it comes like this.






After, I added the lame in third_party/lame there was 16 warnings and 2 errors generated.






How can I solve this ?


-
Making 'zIndex' a configurable option.
3 décembre 2013, par JamesMGreeneMaking 'zIndex' a configurable option. Temporary workaround for Issue #237. Fixes #275.