
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (60)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (6043)
-
How to get ffmpeg to append to existing ouput file and not overwrite it ?
19 octobre 2015, par TomRay74I am receiving an MPEG-TS Stream via UDP and saving the contents to a file using FFmpeg (using codec copy and mapping all streams). In cases where the stream stops, I would like to restart FFmpeg the moment it resumes and append to the existing file already written to.
How can I configure FFmpeg to append to the file and not overwrite it when it starts again ?
The input and output containers are both MPEG-TS and the number of streams and codecs will be the same.
-
libavutil : Add CAST128 symmetric block cipher
17 octobre 2014, par Supraja Meedintilibavutil : Add CAST128 symmetric block cipher
Only ECB mode is supported at the moment
Signed-off-by : Supraja Meedinti <supraja0493@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Android-Video Files Compressions
12 octobre 2014, par ArsenalFCI am working on an Android app where we are sending video messages to other devices. I can upload video files if it is less than 2MB, which I think is the minimum upload size at the moment for our server. We are trying to get someone to change the server settings to allow bigger file size.
In the meantime, I am looking to compress the video files, but haven’t been successful. I have tried building FFMPEG library following http://www.roman10.net/how-to-build-ffmpeg-for-android/ tutorial. Since, I am on windows platform and I am not really familiar with using these libraries I am sort of lost.Is there any pre-built video compression libraries for Android that I can use ? Or is there tutorials to build the FFMPEG library in windows, and use it in my Android project ? Any help would be greatly appreciated.
Thank you so much in advance.