Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (64)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (9804)

  • Need OpenCV with ffmpeg java sdk

    30 mai 2021, par fuadnafiz98

    Anyone has the OpenCV with FFmpeg compiled for android ?

    


    I am trying for a couple of days to compile opencv with ffmpeg for android and successfully failed to do so :(

    


    If anyone has built the opencv with ffmpeg java sdk would you mind sharing it ?
I have no idea even it is possible for me or not.

    


  • RTMP Streaming using ffserver

    24 novembre 2012, par NadavRub

    I would like to be able to stream media content originated by eg. a file to a flash player using RTMP.

    I have considered librtmp though it seems ffmpeg support rtmp more as a client than as a server, that is, it implement the push/pull models w/o a server model.

    Having 'ffserver' in mind, Does it support RTMP in the above mentioned manner ? is it possibe to expose H264/AAC content via RTMP using ffserver ?

    Any help will B appreciated.

    Nadav at Sophin

  • Script to extract images from .vdr recording format [on hold]

    10 janvier 2018, par RandomGuy

    I want to write a script which extracts images from a video recording which is recorded in .vdr format.

    After much analysis I found that I can use below options to write script.

    1. C++ with openCV.
    2. Pythom with openVC
    3. ffmpeg command in Linux.

    But I’m unable to chose the best of above 3 option.

    Also, what things should I keep in mind while writing source code for this script ? (I meant to say pixel calculation etc).

    If there are relevant documentation in links are available, please update it.