
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (67)
-
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 (9169)
-
vaapi_h264 : Scale log2_max_pic_order_cnt_lsb with max_b_frames
5 janvier 2017, par Mark Thompsonvaapi_h264 : Scale log2_max_pic_order_cnt_lsb with max_b_frames
Before this change, it was possible to overflow pic_order_cnt_lsb and
generate a stream with invalid POC numbering. This makes sure that
the field is large enough that a single IDR B* P sequence uses fewer
than half the available POC lsb values.(cherry picked from commit 89725a8512721fffd190021ded2d3f5b42e20e2a)
-
avfilter/scale : refactor common code for scaling height/width expressions
2 février 2017, par Aman Guptaavfilter/scale : refactor common code for scaling height/width expressions
Implements support for height/width expressions in vf_scale_vaapi,
by refactoring common code into a new libavfilter/scale.cSigned-off-by : Mark Thompson <sw@jkqxz.net>
-
how to add watermark in multiple areas using ffmpeg and scale watermarks in relation to main video ?
1er août 2022, par AgdgI am currently using these command :


$command = <<usr/local/bin/ffmpeg -i $source -stream_loop -1 -i $gifPath \
 -i $gifPath -i $gifPath -i $gifPath \
 -filter_complex " \
 [0][1]overlay=x=W-w:y=0:shortest=1[tr]; \
 [tr][2]overlay=x=0:y=0:shortest=1[tl]; \
 [tl][3]overlay=x=W-w:y=H-h:shortest=1[br];
 [br][4]overlay=x=0:y=H-h:shortest=1" \
 -c:v h264 \
 $destination
 COMMAND;



But i want to make watermarks 10% the size of the main video