Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (44)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7000)

  • Record video with overlay pager android

    24 février 2016, par CipherCX

    I am working on one of my app in android which have functionality to capture video with overlay view pager. I tried take snapshot of view of every moment and after that use frames to make video using opencv and ffmpeg plugin but still there is no success . I need solution that how can i achieve this thing .

    Sorry for unclearness , i am new here.

    Please guide me solution anyone .

    Here is what i want to achive

  • fftools/ffmpeg : move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()

    16 décembre 2021, par Anton Khirnov
    fftools/ffmpeg : move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()
    

    This is a more appropriate place for this code, since the values we read
    from AV_PKT_DATA_QUALITY_STATS side data are primarily written into
    video stats. This ensures that the values written into stats actually
    apply to the right packet.

    Rename the function to update_video_stats() to better reflect its new
    purpose.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg_mux.c
  • ffmpeg on windows , how to compile examples ?

    13 juin 2020, par ESZ

    I compiled ffmpeg on windows 10 as described in this guide . I need to compile the doc/examples/extract_mvs.c . whenever I try to run : gcc extract_mvs.c the copiler don't seem to find the included libraries. I also tried to run "make" but the output is that make has nothing to do with extract_mvs.c . I appreciate any help since I am still a newbie :)