
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (77)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (9630)
-
Merge commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’
21 novembre 2014, par Michael NiedermayerMerge commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’
* commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’ :
vp9 : Use the correct upper bound for seg_idConflicts :
libavcodec/vp9.h
libavcodec/vp9block.cNot merged, the value was correct before as far as i can see
Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
Is there a way to hide text or an image behind a video with ffmpeg ?
27 juillet 2021, par Jesse HixThe following command puts an image in the upper left hand corner that flashes every 2 or so seconds.
ffmpeg -i input.mp4 -loop 1 -i test.jpeg -filter_complex "[0][1]overlay=enable='if(gt(n,0),not(mod(n,20)),0)':shortest=1[v]" -map "[v]" -map 0:a ? -c:a copy output.mp4


The following command puts text in the center of a video and depending on the @.05 make it invisible or visible.
ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf:text='Stack Overflow':fontcolor=white@.05:fontsize=24:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4


My question is can I overlay the image with the video and if so how do I "see" that the picture is there ? Or how can I "see" the invisible text on the video ?


-
Revision 5de4368b43 : [spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for
1er août 2014, par Minghai ShangChanged Paths :
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/encoder/vp9_svc_layercontext.c
Modify /vp9/encoder/vp9_svc_layercontext.h
[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for
upper layers in first frameChange-Id : I1fec9c084b499b2f445b79726066d01b136b59fa