
Recherche avancée
Autres articles (53)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (4233)
-
bitwriter.c : Fix undefined behaviour
20 décembre 2015, par Erik de Castro Lopo -
ffmpeg - adding Dynamic logo & random position watermark to video ?
9 août 2021, par JackSI am making a tutorial for sending through mail to my uses, and to avoid piracy distribution I thought to put watermarks (
logo.png
) at random places at interval on the videos.

I tried using the command from ffmpeg - Dynamic letters and random position watermark to video ? :


ffmpeg -i input.mp4 \
-vf \
"drawtext=fontfile=font.ttf:fontsize=80:fontcolor=yellow@0.5:text='studentname': \
 x=if(eq(mod(t\,30)\,0)\,rand(0\,(W-tw))\,x): \
 y=if(eq(mod(t\,30)\,0)\,rand(0\,(H-th))\,y)" \
-c:v libx264 -crf 23 -c:a copy output.mp4



But it gave me error :


[NULL @ 0x55c812525600] Unable to find a suitable output format for '\'
\: Invalid argument



-
flac/encode.c : Limit padding size
9 janvier 2016, par Erik de Castro Lopoflac/encode.c : Limit padding size
This prevents a too large padding value overflowing the block length.
Patch-from : lvqcl <lvqcl.mail@gmail.com>
Closes : https://sourceforge.net/p/flac/bugs/284/