
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (58)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (8612)
-
Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623
12 février 2013, par paulcichonskim jquery.validate.js m test/index.html m test/test.js Bypass validation for buttons with 'formnovalidate' attribute (same as class="cancel"). Closes gh-623
-
ffmpeg How to SCROLL (draw text) on an overlayed image not on the main video
17 juillet 2020, par Tony Hannai want to draw a scrolling text with left and right margin over an OVERLAYED image .. like let's say a BREAKING NEWS Header and then below it the scrolling text.. but i dont want the scrolling to start at the point 0 .. i wanted to be bound by the image overlay position and margins .. i tried this code :


ffmpeg -re -i lethal.mkv -i template.png -filter_complex "[1:v]drawtext =fontsize=24:fontcolor=white:fontfile='arial.ttf':textfile='test.txt':x=w-mod(max(t-1\,0)*(80)\, 2*(tw+100)):y=10[1v];[0:v][1v]overlay=30:30[over]" -map [over] -c:a copy -c:v libx264 -f mpegts udp://224.2.2.1:1234


when i do that .. the text doesn't show .. or i'm guessing it's showing behind the image .. i don't know ! Any help please


-
Anomalie #4517 (En cours) : Minipres "site en travaux" return un code 200
10 juillet 2020, par b bLe patch suivant devrait régler le problème, tu confirmes ?
diff —git a/ecrire/inc_version.php b/ecrire/inc_version.php index c77eaebb60..64cfc7c84b 100644
— - a/ecrire/inc_version.php +++ b/ecrire/inc_version.php @@ -536,7 +536,7 @@ if (!(_FILE_CONNECT // Si on est dans le site public, dire que qq s’en occupe include_spip(’inc/minipres’) ; utiliser_langue_visiteur() ;echo minipres(_T(’info_travaux_titre’), "
" . _T(’info_travaux_texte’) . "
") ;
+ echo minipres(_T(’info_travaux_titre’), "" . _T(’info_travaux_texte’) . "
", array(’status’ => 503)) ;
exit ;
}
// autrement c’est une install ad hoc (spikini...), on sait pas faire