
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (58)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
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. -
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
Sur d’autres sites (9816)
-
Revision b715e371c0 : fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d5
28 février 2013, par Jim BankoskiChanged Paths : Modify /vp9/encoder/vp9_sad_c.c fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d50cdeb Signed-off-by : Jim Bankoski
-
How to add padding on a video with text in foreground using ffmpeg
25 août 2016, par g13I want to add padding to video clip according to width and height of the text I input. The sentence should be able to break relative to video width automatically.
For padding I use :
ffmpeg -i d:\video.mp4 -vf pad=600:700:0:100:blue d:\videooutput.mp4
For text :
ffmpeg -i d:\videooutput.mp4 -vf "drawtext=fontfile=/windows/fonts/BebasNeue.otf:text='Sed felis eros, ornate ut cursus a, imperdiet sit amet purus.':fontsize=20:fontcolor=white:x=0:y=0" d:\videooutput2.mp4
How to do achieve this in a single command ?
The required result should be like this :
-
fftools/ffmpeg_enc : move handling final frames to video_sync_process()
15 avril 2023, par Anton Khirnov