
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (3)
-
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...) -
Qualité du média après traitement
21 juin 2013, parLe bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...) -
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 (3589)
-
Queuing up videos for live stream
5 avril 2014, par Abdul AliWould first like to tell that am new to streaming and ffmpeg.
Would try to explain scenario as much as possible.
A web service is intended to receive chunks of video from a user. those chunks need to be simultaneously sent to the web for live streaming for a seamless viewing.
So the videos need to be queued up for streaming to the web so that it looks like a long single video. and the strict requirement is not to make any temp file on disk.
Did read something about pipes but am completely alien to that concept as well.
Kindly tell how / whether this can be achieved from FFMPEG or any other free tool .
Language used is PHP . The received videos also need to be saved to disk in parallel for new users to see from start.
-
Revision 458951d8e3 : Add test vector for row/col tile decoding 1920x1080 vp90-2-08-tile-4x4.webm vp
11 novembre 2013, par Jingning HanChanged Paths :
Modify /test/test-data.sha1
Modify /test/test.mk
Modify /test/test_vector_test.cc
Add test vector for row/col tile decoding1920x1080
vp90-2-08-tile-4x4.webm
vp90-2-08-tile-4x4.webm.md5vpxenc blue_sky_1080p25 —frame-parallel=0 \
— tile-columns=2 —tile-rows=2 \
— lossless=0 —error-resilient=0 \
— min-q=0 —max-q=30 —kf-min-dist=0 —kf-max-dist=9999 \
— cpu-used=0 —codec=vp9 -p 2 —good —fps=25/1 —limit=5vp90-2-08-tile-4x1.webm
vp90-2-08-tile-4x1.webm.md5vpxenc blue_sky_1080p25 —frame-parallel=0 \
— tile-columns=0 —tile-rows=2 \
— lossless=0 —error-resilient=0 \
— min-q=0 —max-q=30 —kf-min-dist=0 —kf-max-dist=9999 \
— cpu-used=0 —codec=vp9 -p 2 —good —fps=25/1 —limit=5Change-Id : I77d0ccf9b721ae5cfa72781fe0d3c534ea43b756
-
Revision 9bc040859b : Introduce FrameWorker for decoding. When decoding in serial mode, there will be
17 juin 2014, par hkuangChanged Paths :
Modify /vp9/decoder/vp9_dthread.h
Modify /vp9/vp9_dx_iface.c
Introduce FrameWorker for decoding.When decoding in serial mode, there will be only
one FrameWorker doing decoding. When decoding in
parallel mode, there will be several FrameWorkers
doing decoding in parallel.Change-Id : If53fc5c49c7a0bf5e773f1ce7008b8a62fdae257