
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (36)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (6901)
-
How to display progress bar while ffmpeg commad executing in android using android studio
23 juillet 2017, par Hemanth KumarIm having a problem to display progress bar with progress percentage like kb/s or 1-100% ,while ffmpeg command is executing .
Here im doing video trimming using ffmpeg command
I want to display a progressbar to the user when the process is going on
But i can’t able to do this.
Im developeing code in androidstudio
Please tell mehow to extract process infortation of ffmpeg command and display using progressbar .
Any one have solution for this please share .
Thanks in advance. -
can't play video using cv2 python in windows
14 juin 2013, par rlvamsiI am new to opencv and I am using it with python. I am trying to play a video and detect all the faces in it, but I am stuck here : I can't play the video itself.
I tried with CaptureFromFile method but its not playing. I tried with to print the properties of video file like fps,frames and everything but its giving zero.
I searched a lot on the internet but everyone is giving the method itself. I tried many formats but every time it's the same, not running but from cam I can play it.
Should I change the format of file using ffmpeg or what should i do to play a video file cv2 . By the way I am using windows 7.
-
Android NDK. How to play video.
4 février 2014, par bukka.whI need to play video on Android device (different formats). As I have understand, the best way is to use Android NDK with specific libraries that can play video. I have done some basic examples to understand NDK usage, but I don't know what to do next. As I have understood, I must install ffmpeg first of all.
So I have the following questions given below :- I need to have ffmpeg (the best way is to use Linux, not Windows,
because in Windows there are some troubles with its installation). - How to play sound of video ?
- I have read that some open-source libraries can play video without any efforts. My job is to give them byte-array or path to video on SD. Is this right ?
So, can anyone help me and explain basic ways how to play video with ndk, may be some basic plan or links ?
Thank you very much for interest to my question ! - I need to have ffmpeg (the best way is to use Linux, not Windows,