
Recherche avancée
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (14705)
-
Can somebody compare the decoding speed of popular audio formats ? [on hold]
23 novembre 2017, par puppon -suPeople usually quote compression ratio, but I’m interested in how well they perform on old computers and mobile phones. I’m interested in cpu usage, battery usage, and if they require/benefit from SIMD.
I’m not sure if it still matters by now, everyone seems to buy new hardware every few years.
-
Find upload speed of streaming video via nstask
3 octobre 2017, par SwatiI am streaming live video to an RTMP server using FFMPEG, NSTASK in a cocoa app.
The task is achieved but now I want to calculate the upload speed.
Any suggestions how can I do this.
-
Speed Up Creation of M3U8 - FFMPEG
6 septembre 2017, par Kenny Johnsonwe are using ffmpeg to take rtsp video and create an m3u8 so we can stream the video to phones and computers via HLS using Clappr player.
It works but it takes about 15 seconds for the m3u8 to be created.
We have tried everything we can think of to speed it up. Just trying to get the video to start quicker.
Right now it takes about 15 seconds for the video to start. We need to cut it in half.
Our keyframe and chunk size are both set to 3 right now.
Anyone have any suggestions ?
Thanks for your time !