
Recherche avancée
Autres articles (60)
-
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 (...) -
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 (...) -
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 (6848)
-
What is the good library for video editing module in react.js ? [closed]
23 mai 2024, par tayyab manzoorI want to add a module for video editing in my web app. I have researched about video editing tools like ffmpeg but it is not working. is there any plugin for video editing or I have to build my own with jquery ?
Thanks


I have tried with npm package like ffmpeg but it is not working and I want to know is there any other pacakge for video editing.


-
Importing sub module of FFmpeg in Android
3 mars 2024, par M. Usman KhanI was able to import the "full" module of FFmpeg library in Android like this :


api 'com.arthenica:ffmpeg-kit-full:6.0-2'



But this was adding about 90mb to my app. So I tried to import only "min-gpl" like


api 'com.arthenica:ffmpeg-kit-min-gpl:6.0-2'



But instead of decreasing, this actually increased my app size further (about 100mb).


Am I not doing it right ?


-
libavcodec : Implementation of AAC_fixed_decoder (LC-module) [3/4]
30 juin 2015, par Djordje Pesutlibavcodec : Implementation of AAC_fixed_decoder (LC-module) [3/4]
Add fixed point implementation
Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>