
Recherche avancée
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (15684)
-
Revision 15941 : Neutraliser explicitement le validateur en boucle sur le script d’export ...
15 août 2010, par esj@… — LogNeutraliser explicitement le validateur en boucle sur le script d’export qui l’empêche de continuer, en attendant de trouver une interface plus stable que celle qui le neutralisait auparavant.
-
Révision 24131 : la fonction echapper_html_suspect() peut etre surchargee par une fonction inc_ech...
25 octobre 2018, par cedric@yterium.com -
WebRTC Experiment : Chrome windows audio not sync
10 juillet 2014, par putoshopI tried to make the audio work for Chrome using this Git Repo, but I’m having a sync problem with video and audio. The audio finished playing earlier. The video seems to be correct. I noticed that when I play the blob, the audio is playing fast.
I was able to make the audio work by commenting the line the throws error in the condition that check if sampleRate is less than 22050 or greater than 96000 in RecordRTC.js.
I tried to adjust the sampleRate other values and noticed that If the sampleRate is low, the audio plays slow and if the sampleRate is high, the audio plays fast. I was able to make the audio and video somewhat sync but it seems the pitch of the audio becomes noticeable lower than the expected pitch.
I’ve also tried FFMPEG to adjust the length of the audio to match the video length, but didn’t been able to make it work.
the extensions of the files that are uploaded to the server for Chrome are .webm(video) and .wav(audio).