
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (104)
-
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 (11772)
-
How to add more codec support in FFmpeg library used with Android ?
2 janvier 2013, par AB1209I want to use ffmpeg library in my Android app to play .ts video file format.I am trying to run sample app given at GitHub Appunite.
So far I have managed to compile ffmpeg library & build .so files.I am working on Ubuntu 10.10 & using NDK r8.
Sample app works fine & plays file formats like .mp4 & .3gp but it doesn't play .FLV & .ts file (which is my requirement).
Whenever I try to play .ts or .FLV files it says "Could not open stream"
In Logcat it shows
E/player.c(28005): player_set_data_source Could not open video file: file:///mnt/sdcard/football.ts (-1094995529: Invalid data found when processing input)
I am trying this for weeks.So far I have not got any way. Please help
Thanks
-
How to use ffmpeg commands on Android
22 septembre 2015, par Gonzalo SoleraI have the same doubt that here. I want to execute this command on Android :
ffmpeg -i input.mp4 -s 480x320 output.mp4
So I compiled all the librarys with the NDK following this tutorial, I only need to add this code (I suppose that in a .c file that I have created) but I don´t know how... I will appreciate any help and any example if it was possible !!
-
how to use the command line of ffmpeg on android ?
3 septembre 2013, par user1329261i want use the ffmpeg to crop video on android ,can any one show me some examples ?
I had searched a lot on google,found some projects,but non of them could be use