
Recherche avancée
Autres articles (41)
-
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 -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (9912)
-
I need to take a live video stream from wowza and convert it to a JPEG Push for display in HTML5
10 septembre 2015, par scott m gardnerI have a live video feed that currently is served by a Wowza server as an RMTP stream. I need to create an Motion JPEG, or JPEG push stream to HTML5. I have FFMpeg, and have used it to generate individual frames from a video file, but do not know how to put it all together. Or how to package the frames together for transmission to the client.
I am guessing that I will have to do some coding on the server side to package everything up. I will do this in Java or Scala. And on the client to handle the un packaging and display to the canvas in JavaScript.
-
Révision 21359 : Documentation du code :
10 mai 2014, par amemo@rezo.net- autosave_clean_value (par Ybbet) : Accents…
- cvtautosave_formulaire_charger (par Ybbet) : Accents…
- cvtautosave_formulaire_traiter (par Ybbet) : Si le formulaire charger a $flux = array(), alors traiter en est de même. Accents…
- En-tête de cvt_autosave.php (par Ybbet) : Pour le @package, j’hésite avec SPIP\Core\CVT\SauvegardeAutomatique … (sur le même principe que SPIP\Core\FiltresImages\ImagesTransformees (d’ailleurs, il manque "es" à ce dernier)
- cvtconf_definir_configurer_conteneur (par Ybbet) : Accents… et formatage markdown.
- En-tête de cvt_configurer.php (par Ybbet) : Oups ! On est sur le package SPIP > Core > Formulaires > CVT > Configurer. J’ai fait une erreur sur les SPIP\Core\CVT\xxxRelecteur : Matthieu Marcillaud
-
ubuntu - Detect image on screen [on hold]
16 octobre 2018, par Willian ElmyrI’d like to know if there’s any package or command on ubuntu that can detect if a image or similar appears on screen and pipe its output to script.
I would like to work on a video detection script, basically it would search for a few patterns that could always appear on screen like ImageSearch on autohotkey and then download that video through a bash script.
I just want to know if there’s a package or command that can detect a image on screen or another method that could get the same results, there’s no need to help with the rest.
Also it would be better if it could detect non-perfect 1x1 image, as some will have slightly different resolution and quality.
Thanks !
It doesnt necessarily have to be a script, it could be a software that then triggers a script.
Example : What i want