
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (10210)
-
IOS html5 audio API can not play m4a converted by ffmpeg
11 juillet 2017, par Cheng JeiryI’m using Html5 audio api play m4a on IOS
I converted mp3 to m4a by ffmpeg. here is the scriptffmpeg -ss 0 -i ./Uploads/" + str(current) + ".mp3 -t 15 -c:a aac -b:a 64k ./Uploads/" + str(current) + "_lite.m4a
then I play the m4a by audio api on IOS. and I got the error
undefined:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
then a try mp3 mp4 format, works fine.
Is there a solution to resolve this error ? Thank you very much !
-
Play video using ffmpeg and apply filter
24 juillet 2018, par Yarik DenisykI am working on some project and I need to play video and apply a filter. Is there some way to play video from the server and apply a filter to extract alpha in real time ?
I am using the following command for extract alpha when video on my device.
ffmpeg -i video_with_mask
-filter_complex "[1]crop=iw:ih/2:0:0[rgb] ;[1]crop=iw:ih/2:0:ih/2[alp] ;\
[rgb][alp]alphamerge[va]" -
ffmpeg issue with mp4 play and time convert for webm [on hold]
19 mai 2015, par ali rahI use this code to convert mp4 to mp4 (with watermark) and webm and ogv
and I view it via a standard html5 code.
exec("$ffmpegPath -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");
But I found 2 important problem.
first : it generate mp4 but when open it on a browser it just play voice (no video with a black screen)
note : I can play orginall mp4 in browsers.
Second : I saw it can convert mp4 and ovg in a few second but for webm it takes about 3 min !!!...
please advice me to solve my problems...