
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14640)
-
Anomalie #2486 : Charge du processeur après validation d’un document
12 janvier 2012, par marcimat -Ouaip. J’ai aussi la même chose sur FF 9.0.1 / Ubuntu 11.10, à savoir des demandes ajax à répétition après fermeture de la modalbox de la mediathèque.
-
Command validation detected libx264 use
25 octobre 2016, par Jithish P NConfigured FFmpeg4Android by refer this tutorial
http://androidwarzone.blogspot.in/2011/12/ffmpeg4android.html
Using ffmpeg , converted .mp4 videos to MPEG-4 H.263 . but it is not working web .
How to convert .mp4 videos to MPEG-4 AVC(Advanced Video Codec) format , using ffmpeg4android is it possible ?
FFmpeg Command
String[] complexCommand={"ffmpeg","-y" , "-i", "/sdcard/videokit/in.mp4","-strict","experimental","-s", "160x120","-vcodec", "libx264", "-vprofile", "high", "-preset", "slow", "-b:v", "500k" ,"-maxrate" ,"500k" ,"-bufsize" ,"1000k" ,"-vf", "scale=-1:480","-threads",
"0", "-acodec", "libvo_aacenc" ,"-b:a", "128k", "/sdcard/videokit/out1.mp4"};Error
W/ffmpeg4android: Command validation detected libx264 use
W/ffmpeg4android: Make sure you use the extra libs that support libx264
W/ffmpeg4android: Note that you will have to target api 22 or below in your Manifest when using libx264Note :
To set Extra Libraries tried these.
1.Copy the x86 files to ffmpeg4android_lib/libs
2.Copy the x86 files to ffmpeg4android_lib/jniLibs .
and add the abiFilter "x86" defaultConfig
still error not resolved.
How to set Extra Libraries ?
-
Revision 2940 : On passe par le pipeline post_traiter de CFG dans la gestion des fichiers ...
21 février 2010, par kent1 — LogOn passe par le pipeline post_traiter de CFG dans la gestion des fichiers pour réaliser certaines actions lorsque l’on change la valeur de "gerer_types" : - On invalide le cache pour que le nouveau lien dans la boite de droite s’affiche automatiquement - Si les types n’ont jamais été configurés, (...)