
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (93)
-
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 ) (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6403)
-
avutil/hwcontext_qsv : derive QSV frames to D3D11VA frames
7 mai 2022, par Tong Wuavutil/hwcontext_qsv : derive QSV frames to D3D11VA frames
Fixes :
$ ffmpeg.exe -y -hwaccel qsv -init_hw_device d3d11va=d3d11 \init_hw_device qsv=qsv@d3d11 -c:v h264_qsv -i input.h264 \
vf "hwmap=derive_device=d3d11va,format=d3d11" -f null -
Reviewed-by : Soft Works <softworkz@hotmail.com>
Signed-off-by : Tong Wu <tong1.wu@intel.com>
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com> -
avfilter/vpp_qsv : fix regression on older api versions (e.g. 1.11)
7 janvier 2022, par softworkzavfilter/vpp_qsv : fix regression on older api versions (e.g. 1.11)
Commit 8b83dad82512a6948b63408f964463b063ad24c9 introduced a
regression in a way that scaling via vpp_qsv doesn't work any longer
for devices with an MSDK runtime version lower than 1.19. This is true
for older CPUs which are stuck at 1.11.
The commit added checks for the compile-sdk version but it didn't test
for the runtime version.Signed-off-by : softworkz <softworkz@hotmail.com>
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com> -
fftools/cmdutils : Print bit depths when executing 'ffmpeg -pix_fmts'
13 octobre 2021, par Soft Worksfftools/cmdutils : Print bit depths when executing 'ffmpeg -pix_fmts'
New output looks like this :
Pixel formats :
I.... = Supported Input format for conversion
.O... = Supported Output format for conversion
..H.. = Hardware accelerated format
...P. = Paletted format
....B = Bitstream format
FLAGS NAME NB_COMPONENTS BITS_PER_PIXEL BIT_DEPTHS
IO... yuv420p 3 12 8-8-8
IO... yuyv422 3 16 8-8-8
IO... rgb24 3 24 8-8-8
IO... bgr24 3 24 8-8-8
IO... yuv422p 3 16 8-8-8
IO... yuv444p 3 24 8-8-8[..]
Signed-off-by : softworkz <softworkz@hotmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu>