
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (42)
-
MediaSPIP : Modification des droits de création d’objets et de publication définitive
11 novembre 2010, parPar défaut, MediaSPIP permet de créer 5 types d’objets.
Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...)
Sur d’autres sites (8482)
-
javafx show FFmpegFrameGrabber javacv
26 mai 2017, par Anastasia SisordiaI use org.bytedeco.javacv. Created
FFmpegFrameGrabber streamGrabber = new FFmpegFrameGrabber(filename);
When I use
CanvasFrame
i justgrab
thestreamGrabber
and convert thisframe
toBufferedImage
and show this imagecanvas.showImage(bi);
And this works perfect.
But if I want to show this image inside the
GridPane
, I convertBufferedImage
tojavafx.scene.image.Image
:Image image= SwingFXUtils.toFXImage(bi, null);
And my programm catch OutOfMemoryError .
May I add
Frame (org.bytedeco.javacv.Frame)
orBufferedImage
to myGridPane
without conver to image ? What need to do ? -
tests/fate-run.sh : Show packet flags for fate gapless tests.
26 septembre 2016, par Sasi Inguvatests/fate-run.sh : Show packet flags for fate gapless tests.
Signed-off-by : Sasi Inguva <isasi@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to keep the file size of a stream small and have manycam show a live picture ?
31 janvier 2017, par P. DeeI am using this command
ffmpeg -i "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" "C:\wamp\www\streaming.mjpeg"
to stream to "C :\wamp\www\streaming.mjpeg". Then I am using
SimpleHTTPServer
to create a web server for this folder.Then I am pointing manycam’s ip camera to the address of the file on the web server
http://127.0.0.1:8000/streaming.mjpeg
And select it in manycam.
As a result ffmpeg creates a file that gets bigger and bigger and manycam shows an endless time-lapsed loop of what the camera records or recorded minutes ago.
How to keep the file size small and have manycam show a live video feed ?