
Recherche avancée
Autres articles (27)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
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" (...)
Sur d’autres sites (2884)
-
Revision 0e17ee56e8 : Match declaration to definition Change-Id : Ic6a0c42b195d6aee0e981331c994b6007df
2 août 2012, par JohannChanged Paths : Modify /vp8/common/rtcd_defs.sh Match declaration to definition Change-Id : Ic6a0c42b195d6aee0e981331c994b6007dfdc6be
-
Revision fba3110b09 : arm : Move the definition of bilinear_taps_coeff to within the section Previousl
21 novembre 2012, par Martin StorsjoChanged Paths :
Modify /vp8/common/arm/neon/vp8_subpixelvariance16x16_neon.asm
arm : Move the definition of bilinear_taps_coeff to within the sectionPreviously, the microsoft arm assembler errored out, saying that
bilinear_taps_coeff was an undefined symbol.Change-Id : Ib938f0b454c41ccbd801e70a7c9acc0fa04e3c55
-
avcodec/dvbsub : add support for Display Definition Segment to DVB Subtitle encoder
13 juillet 2019, par Jernej Fijackoavcodec/dvbsub : add support for Display Definition Segment to DVB Subtitle encoder
Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
resolution bitmaps are muxed into the stream but without the DDS (display definition
segment) the players asume that the DVB subtitles are in SD (720x576) resolution
which causes them to either render the subtitles too large and misplaced or don't
render them at all. By including the DDS as defined in section 7.7.1 of ETSI EN 300
743 (V1.3.1) this problem is fixed.7.2.1 Display definition segment The display definition for a subtitle service may
be defined by the display definition segment if present in the stream. Absence of a
DDS implies that the stream is coded in accordance with EN 300 743 (V1.2.1) [5] and
that a display width of 720 pixels and a display height of 576 lines may be assumed.https://www.etsi.org/deliver/etsi_en/300700_300799/300743/01.03.01_60/en_300743v010301p.pdf
Signed-off-by : Jernej Fijacko <mikrohard@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu>