
Advanced search
Medias (1)
-
Richard Stallman et le logiciel libre
19 October 2011, by
Updated: May 2013
Language: français
Type: Text
Other articles (59)
-
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 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 April 2011, byMediaSPIP 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 September 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 (...)
On other websites (7395)
-
Install older version ffmpeg as static build?
18 April 2017, by subhaI am using ubuntu 14.04. I want to install older version of ffmpeg as static build. When I was searching in net, I got readily available new version static build ffmpeg.
But I want for Nash version (2.7). How to get in it??
Thanks in advance .......
-
Vitamio ffmpeg version
24 July 2014, by Dan TurnerHas anybody succeeded in modifying the version of ffmpeg used in Vitamio? I have applied a patch that works on linux, and also compiled it as libffmpeg.so for android. How do I get Vitamio to run from this library instead of the one included in the bundle?
Any ideas?
Thanks,
Dan
-
Android version in Metadata
26 August 2018, by ClassAI just ran this FFMPEG command and noticed that the android version is in the metadata:
ffmpeg -i test.mp4 -f ffmetadata metadata.txt
-->
com.android.version=7.0This was very interesting because I’m currently trying to check if a video file was taken with a Android device or not.
Can someone please tell me if all Android devices add this tag to the Metadata of a video and if I will be able to use MediaMetadataRetriever to check if this tag exists?