
Recherche avancée
Autres articles (55)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (10258)
-
Revision 1b8169bb54 : Combine optimize_b and optimize_b_8x8 The 16x16 has not been done yet for speed
11 août 2012, par Daniel KangChanged Paths : Modify /vp8/common/idctllm.c Modify /vp8/encoder/dct.c Modify /vp8/encoder/encodemb.c Combine optimize_b and optimize_b_8x8 The 16x16 has not been done yet for speed reasons. Change-Id : I066e369a065674d58986e937344c9303fed19450
-
dnxhdenc : fix speed regression
25 septembre 2012, par Michael Niedermayerdnxhdenc : fix speed regression
-
How can I speed up live stream of screen capture with ffmpeg ?
15 octobre 2012, par PICyourBrainI am attempting to stream the desktop of one computer to another computer on an internal network. I am trying to use ffmpeg on the sending side and VLC on the receiving side. I am using screen-capture-recorder as the video input device. I have been trying the command :
ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port
With this command there is a 2-5 second delay on the receiving machine. I need to get the delay down to less than a second.Does anyone have any suggestions on how to reduce the delay ?