
Recherche avancée
Autres articles (94)
-
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 (...) -
Les sons
15 mai 2013, par -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (5986)
-
Can't play HD video on Android IA 4.2.2 [on hold]
6 décembre 2014, par MinhKhoi NguyễnI can’t play hd video on android intel architecture 4.2.2_r1-ia3, i installed on acer w700 which based on haswell processor. I’ve searched that integrate ffmpeg codec to stagefright plugin can fix this problem, Please help me build the plugin and show me how to integrate it into my system
-
How to play a FFMPEG video in all platforms(Window, iPad/iPhone, and Android)
11 décembre 2014, par flightI have created a video through screen capturing using FFMPEG.
FFMPEG Command is :"ffmpeg -f dshow -i video=\"screen-capture-recorder\" -r 15 -t 20 SC1.mp4"
This video is playing in only VLC player. Need to play this video in all player and on all platforms.
Please recommend a feasible approach to solve this problem.
-
How to decode and play the .h264 video from amazon s3 server in android ?
7 mai 2015, par AshokI have .h264 videos in server, how to decode that video and playing in android ?
I am using the FFMPEG to play those videos but in FFMPEG sample it takes
the video from SD-card and successfully play’s the video. I am using the
surface view to play those videos. My question is how to play .h264 video from amazon s3 server in android ?Thanks in advance.