
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (35)
-
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 (8576)
-
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> -
lavfi/vf_vpp_qsv : only add the given output sw format to output pad
8 mars 2023, par Haihao Xianglavfi/vf_vpp_qsv : only add the given output sw format to output pad
Otherwise the output format is not changed when output is in system
memory. For example, the output format is still p010le in the following
case :$ ffmpeg -qsv_device /dev/dri/renderD128 -f lavfi -i testsrc -vf
"format=p010le,vpp_qsv=extra_hw_frames=8:format=nv12" -f null -
...
Output #0, null, to 'pipe :' :
Metadata :
encoder : Lavf60.4.100
Stream #0:0 : Video : wrapped_avframe, p010le(tv, progressive), 320x240
[SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 25 tbnSigned-off-by : Haihao Xiang <haihao.xiang@intel.com>