
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (80)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (5745)
-
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.


-
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
-
Introduce a TextureDSP module
20 mai 2015, par Vittorio GiovaraIntroduce a TextureDSP module
This module implements generic texture decompression from different
families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>