
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (55)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
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 (10826)
-
How to capture audio/video from two different browser windows
30 août 2018, par ColegatronI am writting an application that needs to run two browser windows and need to capture audio and video from from each of them in different output files.
It runs under linux (ubuntu18, pulseaudio)As per ffmpeg and xvfb documentation I see how to reproduce each window in a different framebuffer and capture the image getting different outputs.
But as far as I can see ffmpeg uses -i to specify the audio device to capture from, making both videos audio mixed. What I need is to specify an application/process/window.Question is : how can I capture also the audio for each browser window without mix both windows audio ?
Thanks a lot
-
FFmpeg Windows directshow filter
24 mai 2016, par kiwijusI’m trying to open a directshow video source (webcam/push source) using the ffmpeg api however I’m not having any luck.
I’ve tried usingav_open_input_file()
however I don’t think this is the right way... Does anyone have any pointers ?
I’m using visual studio and c++ on a windows system
-
MLT framework windows build melt failed to load avformat
22 juillet 2015, par PhilipI build mlt framework on windows following the official guide http://www.mltframework.org/bin/view/MLT/WindowsBuild and the solution of Error building MLT framework on Windows for the errors.
But when I call the command
melt
it doesn’t work correctly. (melt noise
does work)Using
melt -query "video_codecs"
I get# No video codecs - failed to load avformat consumer
.So it cannot load ffmpeg. Is there a problem with the compilation or is something related to Windows ?