
Recherche avancée
Autres articles (62)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (6460)
-
FFMPEG on windows (for H.264 RTSP decoding)
13 octobre 2011, par Saurabh GandhiHas anyone used the latest FFMPEG version for decoding H.264 based RTSP stream on windows environment using OpenCV.
My problem is that I am able to successfully decode H.264 based RTSP stream on Linux successfully but when I use the same code to decode H.264 based RTSP stream on windows the output is pretty much pixelated. Can someone tell me as to why there is a difference in behaviour (is it due to version mismatch) ? Also how do I find out which version of FFMPEG is being used by the OpenCV SDK 2.1.0 and 2.2.0 available for windows ?
Awaiting your response.
Thanks in advance. -
av_tempfile : dont try the current directory with mkstemp() unless we are on windows
16 octobre 2011, par Michael Niedermayerav_tempfile : dont try the current directory with mkstemp() unless we are on windows
-
Windows media player showing wrong bit rate
30 octobre 2011, par AkashI used ffmpeg to change the bit rate of a .mp3 file from 128kbps to 64kbps
here are the final lines of output of ffmpeg :
size= 2261kB time=00:04:49.38 bitrate= 64.0kbits/s
video:0kB audio:2261kB global headers:0kB muxing overhead 0.011274%Tough the file size is reduced by half, windows media player while playing the file shows the bit-rate is 159 K bits/second
Any ideas on why is this so ?