
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14984)
-
How can I save a RTSP stream into PNG pictures with ffmpeg ?
2 novembre 2015, par cirfeNow I can save a rtsp stream into PPM file with ffmepg.
I want to know how to save a RTSP stream into PNG pictures ? Is there any one who can help me ?
P.S. I want to achieve this with coding not in ffmpeg command like this
"ffmpeg –i input_file –r 1 –f image2 image-%3d.png"
. -
How to use gstreamer to save webcam video to file ?
2 mars 2015, par savI’ve been trying to get emgu to save same webcam video to file
The problem is opencv only ssupports avi, and avi does not seem to suit a format like X264 very well.
Could I use Gstreamer to do this for me in C ?
It would be good if I could choose the file format and container type too. It would be good if I could use a format like schrodinger dirac.
I’m new to GStreamer so I’m not quite sure if I’m on the right track here.
EDIT
I’ve managed to capture the webcam video using
gst-launch-0.10 ksvideosrc ! autovideosink
Now how to transcode this to a format like H264 or dirac ...?
EDIT
gst-launch-0.10 ksvideosrc num-buffers=10 ! decodebin2 !
ffmpegcolorspace ! x264enc ! matroskamux ! filesink
location=video.mkvThis seems to create a file, but VLC player can’t read it.
-
Save local video with fragment shader in sdcard android
1er octobre 2015, par Hashir SheikhI am using VidEffects library to play video with effect using fragment shader. Now I want to save that video on sdcard with fragment shader effects. How can I achieve this ?
I am currently using Curves propery of ffmpeg library to save video in sdacrd. Is there any way to create curve value or curve preset from fragment shader or vertex shader ?