
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (105)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (10244)
-
Error when Decode h264 file by using FFMPEG with multithreading ?
12 septembre 2013, par TTGroupI write the code for decoding many .flv video files. Each video file is decoded by a separate thread.
When I try on 1 thread, everything is ok. But when I try on more than 2 threads, it always occurs the error "insufficient thread locking around avcodec_open/close()".I have searched and I know the functions avcodec_open() and avcodec_close() is not thread safe.
And after that, I putted the mutex locking at anywhere that two that functions are called.lockObj.Lock();
avcodec_open/close();
lockObj.UnLock();But the error "insufficient thread locking around avcodec_open/close()" is still happen.
Someone can tell me the solution ?
Many thanks,
T&TGroup
-
Red5 and FFmpeg in streaming [closed]
22 mai 2013, par user2408040I have installed Red5 and ffmpeg in Ubuntu.
My idea is use the example
http://localhost:5080/demos/ofla_demo.html
for a simple streaming with ffmpeg.I use ffmpeg as follow :
ffmpeg -i out.flv -f flv "rtmp://localhost:5080/oflaDemo"
I hope is to see in
http://localhost:5080/demos/ofla_demo.html
my streaming but this not happen.Someone can tell me I'm doing wrong ?
Sorry my English :)
Regards
-
avfilter/af_dynaudnorm : do not clip audio
4 janvier 2020, par Paul B Mahol