
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 (98)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (6580)
-
Use WebRTC/GetUserMedia stream as input for FFMPEG
10 février 2020, par ApplowPiI’m recording my screen with gerUserMedia and get my video & audio stream. I’m then using WebRTC to send/receive this stream on another device. Is there any way I can then use this incoming webrtc stream as an input for ffmpeg by converting it somehow ?
Everything I’m working with is in javascript.
Thanks in advance.
-
Whats the difference between the output of mencoder and libx264 ?
30 septembre 2013, par عبدالمؤمن كاظمi want to know the difference between video output of these two encoders (mencoder and libx264).
i guess they're not, since the video information of the codec have different names.
thanks in advance. -
ffmpeg log file size limitation
6 mars 2014, par user3248865In my project I need to process ffmpeg log, so it is redirected to a file.
I wonder if there is a chance to set size of this file where ffmpeg writes log. My ffmpeg command captures webcam input, so the file size is increasing endlessly.
I know I can use pipes, but it is an alternate solution.
Thanks in advance.