
Recherche avancée
Autres articles (92)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
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.
Sur d’autres sites (5225)
-
c# Create NAL unit from following structure
30 mai 2014, par user1411499Im wanting to send my desktop as an avc h.264 stream.
The pseudocode would go something like :
1) Capture screen as bitmap
2) Encode bitmap into h.264
3) Create NALU header
4) Send header and payload
5) Rinse and repeat.My questions are :
How would I go about creating the payload ? Would I use FFMPEG to convert the Bitmap into h.264 format ?I have the following spec for creating the NALU :
How would I go about creating this in a c# array of bytes ? (Im not that familiar with bit shifting operations) e.g ByteArray[0] = value, ByteArray1 = value
Im fairly new to this streaming thing so any help/code samples would be great. Im not looking for references to ISO standards(I understand they are an important part), after doing a few hours of searching I found this link http://aviadr1.blogspot.co.nz/2010/05/h264-extradata-partially-explained-for.html and it was a breath of fresh air as it was someone explaining it from the beginning !
I am also not searching for a library to do this for me as I need learn the fundamentals.
Any help would be great thanks !
-
ffmpeg : create a WAV file from floats ?
22 mars 2017, par Koby DouekCan I use ffmpeg to create a .wav file from a list of
floats
stored in a file ?Example :
0.0017782209906727076
0.0020458362996578217
-0.0029205577448010445
0.0020694765262305737 -
doc/libav-merge : create a special "extra changes" section
22 mars 2017, par Clément Bœsch