
Recherche avancée
Autres articles (55)
-
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 (8874)
-
Revision 9e55834426 : Replace cpi->common with preset variable cm This commit replaces a few use case
24 juin 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Replace cpi->common with preset variable cmThis commit replaces a few use cases of cpi->common with preset
variable cm, to avoid unnecessary pointer fetch in the non-RD
coding mode.Change-Id : I4038f1c1a47373b8fd7bc5d69af61346103702f6
-
Revision ba05a4c640 : VP9 common for ARMv8 by using NEON intrinsics 19 Delete vp9_dc_only_idct_add_ne
15 janvier 2014, par James YuChanged Paths :
Delete /vp9/common/arm/neon/vp9_dc_only_idct_add_neon.asm
Modify /vp9/vp9_common.mk
VP9 common for ARMv8 by using NEON intrinsics 19Delete vp9_dc_only_idct_add_neon.c
The function was merged with vp9_short_idct4x4_1_add (later
vp9_idct4x4_1_add) in d2de1ca and should have been deleted then.Change-Id : Ie58ba3dd9dc7330a8f1238dd7dd71c9ed4639b94
Signed-off-by : James Yu <james.yu@linaro.org> -
FFmpeg : how to produce MP4 CENC (Common Encryption) videos
2 novembre 2022, par Roland Le FrancWhat is the correct syntax to do CENC encryption with ffmpeg ?



The ffmpeg 3.0 release notes include "Common Encryption (CENC) MP4 encoding and decoding support", and the files libavformat/movenccenc.h and libavformat/movenccenc.c seem to include everything needed to encrypt MP4 files according to the Common Encryption standard.



However, I can't find any documentation on this topic in the ffmpeg manual pages.



Regards