
Recherche avancée
Autres articles (108)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 ;
Sur d’autres sites (17609)
-
V2.96a.20100624 : Safari 5 HTML5 audio still broken in (only) Snow Leopard. Lame. Falls back to Flash now, same as Safari 4.x on Snow Leopard. Allow override for this check via "sm2-ignorebadua" in URL. SWFs now include version info in Flash right-click (context) menu, helpful for testing/troubleshooting.
24 juin 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js V2.96a.20100624 : Safari 5 HTML5 audio still broken in (only) Snow Leopard. Lame. Falls back to Flash now, same as Safari 4.x on Snow Leopard. Allow override for this check via "sm2-ignorebadua" in (...)
-
Anomalie #4587 : Warning en php 8 "avec doublons_notes.html" dans les tests unitaire
8 novembre 2020, par Franck DPareil, cela vient de Mysql 8 en 5.7.24, il n’y a pas de problème
https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_regexp_missing_close_bracketJe te laisse faire la fermeture du ticket si tu le souhaites :)
-
How to use PHP FFMPEG to alter audio binary header bytes offset
27 mai 2019, par SomniusXI use the following method to create a WNB file that is flashable to my Electric Unicycle Ninebot Z10
First audacity to make the file raw pcm 16khz 16bit mono littleendian
Then wnb-slicer golang app to convert that raw file into wnb.Today i did the same with ffmpeg
ffmpeg -i $1 -acodec pcm_s16le -f s16le -ac 1 -ar 16000 -acodec pcm_s16le $1.raw
../wnb-slicer-master/wnb-slicer -file-name $1.rawwhere $1 is the original file
About an hour ago i did the ffmpeg part with php-ffmpeg but i can’t have golang run on a webserver.
So i thought if ffmpeg does bytes manipulation like the golang app does here
Thank you in advance !
p.s. this project will help all electric unicycle owners of the Z series wheels to change audio voices/sounds on their wheels !!