
Recherche avancée
Autres articles (106)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (14106)
-
Revision 3a3b0be09a : Move multi-threading module functions into vpx_thread folder This commit moves
1er juillet 2015, par Jingning HanChanged Paths :
Modify /libs.mk
Modify /test/vp9_thread_test.cc
Modify /vp9/common/vp9_onyxc_int.h
Delete /vp9/common/vp9_thread.c
Delete /vp9/common/vp9_thread.h
Modify /vp9/common/vp9_thread_common.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decoder.c
Modify /vp9/decoder/vp9_decoder.h
Modify /vp9/decoder/vp9_dthread.h
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/vp9_common.mk
Modify /vp9/vp9_dx_iface.c
Add /vpx_thread/vpx_thread.c
(from /vp9/common/vp9_thread.c
:fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
Add /vpx_thread/vpx_thread.h
(from /vp9/common/vp9_thread.h
:fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
Add /vpx_thread/vpx_thread.mk
Move multi-threading module functions into vpx_thread folderThis commit moves the primitive multi-threading files from vp9
folder to vpx_thread, which will be accessible by all vpx codec.Change-Id : Ib51e66e9c69801c10631fab56d35a0c0aaed5883
-
Nginx Rtmp Module - How to check resolution when pushing rtmp stream to server before redirecting stream to another application ?
22 août 2022, par bui the vuongI have a problem when developing a livestream system with nginx-rtmp-module . I have consulted some systems, there is a function that when pushing the rtmp stream, the livestream systems can recognize the resolution of the stream -> from there it will encode to hls with the corresponding profiles. For example stream 720p produces hls file with 360p -> 720p , if stream 1080p will produce hls file with 360p -> 1080p . I have tried the ways but no success. So how can I check the resolution and redirect the rtmp stream to the appropriate application for encoding. Looking forward to everyone's advice.


-
txd : Use the TextureDSP module for decoding
20 mai 2015, par Vittorio Giovaratxd : Use the TextureDSP module for decoding
Using the internal DXTC routines brings support for non multiple of 4
textures. A new test is added to cover this feature. Hashes differ
since the decoding algorithm is different, though no visual changes
have been spotted.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>