
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (77)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4699)
-
Revision 7050074756 : Make the api behavior conform to api spec. When no more data is available, vpx_
1er août 2014, par Hangyu KuangChanged Paths :
Modify /test/decode_test_driver.cc
Modify /vp8/vp8_dx_iface.c
Modify /vp9/vp9_dx_iface.c
Make the api behavior conform to api spec.When no more data is available, vpx_codec_decode should
be called with NULL as data and 0 as data_sz.vpx_codec_get_frame iterates over a list of the frames
available for display. The iterator storage should be initialized
to NULL to start the iteration. Iteration is complete when this
function returns NULL.Also change the unit test to conform to the api spec.
Change-Id : I4b258b309f5df3d37d10c82f01492c0394181c2a
-
avcodec/flashsv : Avoid deflating data
11 mars 2022, par Andreas Rheinhardtavcodec/flashsv : Avoid deflating data
Currently priming the zlib decompressor involves compressing
data directly after having decompressed it and decompressing
it again in order to set the "dictionary" and to initialize
the adler32-checksum. Yet this is wasteful and can be simplified
by synthetizing the compressed data via non-compressed blocks.This reduced the amount of allocations for the decoding part
of fate-vsynth1-flashsv2, namely from
total heap usage : 9,135 allocs, 9,135 frees, 376,503,427 bytes allocated
to
total heap usage : 2,373 allocs, 2,373 frees, 14,144,083 bytes allocatedSigned-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
subtitles.srt : Invalid data found when processing input
12 mars 2018, par CoXierWhen I convert
srt
file toass
file byffmpeg
, an error occurs.subtitles.srt : Invalid data found when processing input
And
subtitles.srt
is here :1
00:00:01,000 --> 00:00:03,000
Hello!I don’t know why this is invalid data. And I have googled
srt
format and I don’t think my file is wrong. Is there anything I mistake ?