Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (48)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La 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"

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP 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 (...)

Sur d’autres sites (7120)

  • How can I record video from images in Android ?

    8 avril 2014, par Farhan Shah

    I am working on app in which I have the following issue,

    1. How I can Record video from images ?

    2. First of all when I click on a button I am opening the Gallery in Android and let the user select multiple images.

    3. for select multiple images I am using this code and it's working fine, and images are display into my activity.

    4. Now My Point is that when I select the multiple images from gallery then i want i will record or make video of the selected images on a button click. How can I achieve this via programmatically, I search internet and I read that there is a library ffmepg through this I will solve my problem, but still I have no idea that how I can solve my problem.

    Any sample code,advice,guidance,will be highly appreciated,Thanks Alot in advance.

  • How i can record video from images in Android

    8 avril 2014, par Farhan Shah

    I am working on app in which i have the following issue,

    1. How i can Record video from images ?
    2. First of all when i click on a button i am opening the Gallery in Android and let the user select multiple images.
    3. for select multiple images i am using that code https://github.com/luminousman/MultipleImagePick and it's working fine,and images are display into my activity.
    4. Now My Point is that when i select the multiple images from gallery then i want i will record or make video of the selected images on a button click.How i can achieve this via programmatically,i search internet and i read that there is a library ffmepg through this i will solve my problem,but still i have no idea that how i can solve my problem.

    Any sample code,advice,guidance,will be highly appreciated,Thanks Alot in advance.

  • How to record video from rtsp url of camera using ffmpeg libraries

    2 juin 2016, par samm

    Can anyone tell me How to record video from rtsp url of live camera using ffmpeg libraries in windows platform.
    in command line we are doing in this way

    ffmpeg  -i rtsp://url  -vcodec copy -b:v 2108k -t 10 -f avi out.avi

    but I want to do this using ffmpeg library functions.

    thanks in advance