Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (13489)

  • FFMPEG : snapshots are not immediately generated but have "delay"

    1er août 2013, par Tibo

    I'm using FFMPEG to capture a live stream from a directshow device (here a VGA2USB adapter).

    I need to generate snapshot on scene change which I manage to do with the following command line :

    ffmpeg -v verbose -r 20 -f dshow -rtbufsize 2000M -i "video=VGA2USB V2U115452" -s 1024x768 -pix_fmt yuv420p -filter:v yadif=2:0:0 -vcodec mjpeg -muxdelay 0.1 -f image2 -vf select='gt(scene\,0.1)' -vsync vfr "c:\tmp\image%3d.jpg"

    This command line generates the snapshot but they are "delayed". I mean, when a scene change is detected with the filter, the previous snapshot is written in the jpg file and the current stay in "buffer" (or whereever it is).

    If I try to generate a snapshot every 5 seconds (with -vf fps=fps=1/5 option) the first snapshot is written on the hard disk at the 5th second.

    How can I force FFMPEG to write immediately the snapshot and not to wait the next snapshot ?
    Thanks for any help you can provide.

  • Revision e52109158a : Update to variance partition. Use force_split to constrain the partition select

    16 mars 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Update to variance partition.

    Use force_split to constrain the partition selection.
    This is used because in the top-down approach to variance partition,
    a block size may be selected even though one of its subblocks may have
    high variance.

    In this patch the selection of the 64x64 block size will only
    be allowed if the variance of all the 32x32 subblocks are also below the
    threshold.

    Stil testing, but some visual improvement for areas near slow moving boundary
    can be seen. Metrics for RTC set increase by about 0.5%.

    Change-Id : Iab3e7b19bf70f534236f7a43fd873895a2bb261d

  • Revision 6d15132742 : Change dx_time data type in vpxdec.c Change dx_time data type to int64_t to pre

    22 février 2014, par James Yu

    Changed Paths :
     Modify /vpxdec.c



    Change dx_time data type in vpxdec.c

    Change dx_time data type to int64_t to prevent
    test time overflow when decoding long video.

    Change-Id : I3dd5e324a246843e07e635fd25c50e71e385ed70
    Signed-off-by : James Yu <james.yu@linaro.org>