Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (50)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6206)

  • Get length of a video using regex and ffmpeg

    10 mars 2016, par David542

    From the following ffmpeg -i output, how would I get the length (00:35)—

    $ ffmpeg -i 1video.mp4

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/david/Desktop/1video.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 1
       compatible_brands: isomavc1
        creation_time   : 2010-01-24 00:55:16
     Duration: 00:00:35.08, start: 0.000000, bitrate: 354 kb/s
       Stream #0.0(und): Video: h264 (High), yuv420p, 640x360 [PAR 1:1 DAR 16:9], 597 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
       Metadata:
         creation_time   : 2010-01-24 00:55:16
       Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 109 kb/s
       Metadata:
         creation_time   : 2010-01-24 00:55:17
    At least one output file must be specified
  • lavu/opt : validate range before dereference

    4 avril 2014, par Lukasz Marek
    lavu/opt : validate range before dereference
    

    This change make error handling simplier.
    av_opt_freep_ranges may be called when some ranges are NULL,
    for example after memory allocation fail.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/opt.c
  • Revision 218 : Raised max `acceptable' tag body length. Added more checks (need to organize mes

    24 février 2011, par marc.noirot

    Changed Paths :
     Modify /trunk/src/check.c



    Raised max `acceptable' tag body length.
    Added more checks (need to organize message codes).