
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (77)
-
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 ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (13645)
-
How to dynamically adjust white box padding size with text on top
22 décembre 2020, par scobI'm currently using
PIL
and a Python FFmpeg wrapper to create a white box with text on top of it :



I know text wrapping can be done using subtitles (which I'm fine with), but how can I make the padding automatically adjust size depending on how much text there is, using only the
FFmpeg
command-line ? Is it possible ?

Using a Python wrapper and
PIL
is kinda inefficient for me, and I'd like to know how to do it via the command line.

Thanks


-
Revision 37e6fd3d76 : Adding video reader/writer APIs. Right now only IVF format is supported which i
6 février 2014, par Dmitry KovalevChanged Paths :
Modify /examples.mk
Modify /examples/decode_to_md5.c
Modify /examples/decode_with_drops.c
Modify /examples/postproc.c
Modify /examples/simple_decoder.c
Modify /examples/simple_encoder.c
Modify /ivfdec.c
Modify /ivfdec.h
Add /video_common.h
Add /video_reader.c
Add /video_reader.h
Add /video_writer.c
Add /video_writer.h
Adding video reader/writer APIs.Right now only IVF format is supported which is enough for example code.
Other formats like y4m, webm, raw yuv will be supported later.Change-Id : I34c6f20731c1851947587ca5c589d7856b675164
-
lavf/hevc : pad the RBSP buffer as required by the bistream reader
30 juin 2015, par Anton Khirnov