
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (43)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8158)
-
Révision 21557 : Accessibilité : quand un formulaire est dans une zone aria-live="true", le scree...
20 septembre 2014, par cedric -On pose tous ces attributs aria en JS, pour ne pas risquer d’avoir l’un sans l’autre.
-
What program should I use to record a live ogg vorbis stream ?
28 septembre 2014, par KonstantinI tried ffmpeg, but the recordings contain audible gaps and skips :
ffmpeg -i http://example.com/live_hi.ogg -c copy -t 3600 recording.ogg
I get a lot of error messages, like this :
[libvorbis @ 0x946b6a0] Queue input is backward in time
[ogg @ 0x94686e0] Non-monotonous DTS in output stream 0:0; previous: 320064, current: 319744; changing to 320065. This may result in incorrect timestamps in the output file.Is there any option to set buffer size, or other stream recording specific option to avoid audible errors ?
-
How to record video with audio using ffmpeg and upload live to server by hls on android ?
14 octobre 2014, par dphdjyI want to create a video with audio using ffmpeg and upload live to server from Android Camera.
I find some codes about this.
- The kickflip SDK requires Android 4.3+.
- FFmpegTest requires Android 4.1+.
Now,How to get .ts files from Camera.
Thanks.