
Recherche avancée
Autres articles (89)
-
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 (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 ;
Sur d’autres sites (9790)
-
rtpenc : Restructure if statements in packetizers to simplify adding more conditions
27 février 2015, par Martin Storsjörtpenc : Restructure if statements in packetizers to simplify adding more conditions
Factorize out the s->num_frames check at the start of the if statements,
simplifying adding more alternative causes for sending the buffered
frames.Signed-off-by : Martin Storsjö <martin@martin.st>
-
Re-appease the JSLINT gods, per the 04-15-2012 edition (mostly RETURN statements within if ... else blocks that are now considered bad)
1er mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Re-appease the JSLINT gods, per the 04-15-2012 edition (mostly RETURN statements within if ... else blocks that are now considered (...)
-
How to draw lines or shapes on an AVFrame ?
5 février 2019, par erusluI wanna draw video overlays like lines, circles, rectangles and print texts on an AVFrame by using the ffmpeg’s functions, not command line utility.
Is there any one knows how to do it ?
Do you have the source code for this function ?