
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
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 ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (15831)
-
lavfi/vf_stack_vaapi : factor out the common code for stack setting
7 février 2023, par Haihao Xiang -
avfilter : add QSV variants of the stack filters
7 février 2023, par Haihao Xiangavfilter : add QSV variants of the stack filters
Include hstack_qsv, vstack_qsv and xstack_qsv. They may accept input
streams with different sizes.Examples :
$ ffmpeg -hwaccel qsv -hwaccel_output_format qsv -i input.mp4 \filter_complex "[0:v][0:v]hstack_qsv" -f null -
$ ffmpeg \
hwaccel qsv -hwaccel_output_format qsv -i input.mp4 \
hwaccel qsv -hwaccel_output_format qsv -i input.mp4 \
hwaccel qsv -hwaccel_output_format qsv -i input.mp4 \
hwaccel qsv -hwaccel_output_format qsv -i input.mp4 \
filter_complex "[0:v][1:v][2:v][3:v]xstack_qsv=inputs=4:fill=0x000000:layout=0_0_1920x1080|w0_0_1920x1080|0_h0_1920x1080|w0_h0_1920x1080" \
f null -
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
-
avfilter : add VA-API variants of the stack filters
19 janvier 2023, par Haihao Xiangavfilter : add VA-API variants of the stack filters
Include hstack_vaapi, vstack_vaapi and xstack_vaapi. They may accept
input streams with different sizes. libva2 (VA-API 1.0+) is required.Example :
$ ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i input.h265 -filter_complex
"[0:v][0:v]hstack_vaapi" -c:v h264_vaapi out.h264$ ffmpeg \
hwaccel vaapi -hwaccel_output_format vaapi -i input.h264 \
hwaccel vaapi -hwaccel_output_format vaapi -i input.h264 \
hwaccel vaapi -hwaccel_output_format vaapi -i input.h264 \
hwaccel vaapi -hwaccel_output_format vaapi -i input.h264 \
filter_complex "[0:v][1:v][2:v][3:v]xstack_vaapi=inputs=4:fill=0x000000:layout=0_0_1920x1080|w0_0_1920x1080|0_h0_1920x1080|w0_h0_1920x1080" \
c:v hevc_vaapi out.h265
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>